> From: Jerry Malcolm [mailto:[email protected]]
> 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: [email protected]
For additional commands, e-mail: [email protected]