> From: Maurice Yarrow [mailto:maurice.yar...@comcast.net]
> Subject: Re: Multi-level context starting at ROOT
> 
> My use-case is embedding meshcms inside my primary web app and
> in a way that they can both share the same session.

If you think multi-level contexts share sessions with other contexts with the 
same prefix, you're mistaken; all contexts are independent, regardless of 
whatever similarities their URL paths might have.

My understanding of the servlet spec is that session sharing across contexts is 
not allowed.  Tomcat does have provision for single sign-on, which may be what 
you're looking for.
http://tomcat.apache.org/tomcat-6.0-doc/config/valve.html#Single%20Sign%20On%20Valve

 - 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