On 5/2/2012 2:41 PM, Caldarale, Charles R wrote:
Look carefully at the code in your webapp(s) for issues like the ones described in an earlier response.
Has anybody seen this?
Lots of times - and it's _always_ been a problem in a webapp.

  - Chuck

I hope my comment about our session tracking may somehow be related, as that's a webapp-wide shared list. I am pretty sure we don't have static references to session/request/response, store request/response objects in a session, or use thread-locals. All of our code uses request scope operations.

Is there any tool or method I should use to find such a problem? I mean, I can look over the key code areas, but do you know of anything that might help me find it?

Thanks again,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to