On 5/22/07, Florian <[EMAIL PROTECTED]> wrote:
Hi.

I have a group of developers that are experiencing an intermitent problem with
some of the their JSP pages when concurrent users are using the application.
They have had a hard time reproducing the issue in the development environement
so the details are still sketchy. I wanted to post this anyway hoping someone
would recognize this as a know issue.

From my understanding 1 session corresponds to 1 browser instance.

If 2 different users login with the same browser instance then
sessions could get mixed up if the first user did not log out, and if
the session wasn't invalidated when the first user logged out.

Sessions normally time-out after an interval, so if 2nd user logged
in to the same browser instance before the session timeout and while
the 1st users session was still active, then the sessions could mix
up.

While debugging you could always print the session id of the user and
see if user B's session id is the same as user A's session id.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to