On 19/03/2010 11:05, Andrey Ilyin wrote:
Does this mean that session/servletContext is shared between contexts?
No.

E.g.
if I have some attribute in session/application contexts in webapp1 would it
be accesible in webapp2?
No. Each webapp will have its own session object although they will all have the same session ID.

So my understanding how it works:

1) There is no cookie in browser - it will loadbalance to any engine
Correct.

2) There is cookie in browser - it will loadbalance to engine which already
has session - since cookie has no context path
Correct.

Mark



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

Reply via email to