You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2012/01/01 08:05:58 UTC

RE: Different session id per page

> From: Jerry Malcolm [mailto:2ndgenfilms@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org