On 08/01/2010 07:18, Arnab Ghosh wrote:
> I found that session created in A and B are different and invisible to each
> other. But the session ID is same. I want to know is there any chance of
> overriding existing session in context B?? Is it a mere coincidence or is
> there any logic behind this same session Id scenario??

It is by design. If a session cookie is received but the session does
not exist a new session is created using the ID from the cookie.

Mark



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

Reply via email to