Robert Dietrick wrote:
This is normal behavior. Sessions are tied to cookies bound to an
entire domain.  Why would you want the same person logged in twice
with different accounts?

I don't know what the real issue of the OP is, but there are plenty of situations where you would want to have 2 or more distinct sessions onto a same service, even with the same user-id. For instance, you are browsing two different areas of a database, and you would need each session to keep a distinct context, and not mix up what happens in one with the other.

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