The RECYCLE_FACADES can specify if a new facade will be created for each request. If a new facade is not created there is a potential for information leakage from other sessions.
Solution
Start Tomcat with RECYCLE_FACADES set to true. Add the following to your startup script: -Dorg.apache.catalina.connector.RECYCLE_FACADES=true