> From: Jerry Malcolm [mailto:2ndgenfi...@gmail.com] 
> Subject: Re: Different session id per page

> the sessionCookiePath link you referenced says that all web apps can
> use the same cookie path ("/").

They can, but you don't have to use it that way.  Each webapp can have its own 
sessionCookiePath value, unrelated to the URL used to access the webapp.

> That means that several independent web applications will have to share
> the same session object, right?

No, session objects are still unique per <Context> (required by the spec).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to