On Jul 21, 2006, at 10:12 AM, Christopher Schultz wrote:
I think what's going on is that you have a global session, instead of
individual sessions. User A is not seeing User B's session: everyone is
seeing the /same/ session.

From my earlier experiments, I believe that is *not* what is happening, at least in my case. I took the precaution of adding the ID of the HttpSession that created the UserSession object to its key, and stored it in the context attributes. I then had each UserSession print various information about itself to the console as it was worked with, and though *everything* else remained the same (apparently), including the session IDs, the username and test/live indicator were being changed somehow.

Timothy Collett

--

You step in the stream,
But the water has moved on.
This page is not here.
~haiku~


---------------------------------------------------------------------
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