This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Cross Context Sessions and Cookiesjfclere Sep 17, 2008 2:35 AM (in response to mwringe)ICould you tri with the parameter emptySessionPath=true in the Connector? 
- 
        2. Re: Cross Context Sessions and Cookiesmwringe Sep 17, 2008 9:46 AM (in response to mwringe)Adding emptySessionPath=true to the connectors in the jbossweb.sar/server.xml file doesn't make a difference. 
- 
        3. Re: Cross Context Sessions and Cookiesmwringe Sep 17, 2008 10:02 AM (in response to mwringe)It doesn't appear that jboss web implements the emptysessionpath attribute. Its not even mentioned in the org.apache.catalina.connector.Connector class. 
 A quick grep through the code only reveals it being mentioned in the mbean-descriptors.xml file for the connector, but its not actually implemented into the code anywhere.
- 
        4. Re: Cross Context Sessions and Cookiesjfclere Sep 18, 2008 10:19 AM (in response to mwringe)Oops sorry, the thing to do is the following. 
 Add<SessionCookie path="/"> element inside a<Context> element, for example in context.xm of application.
- 
        5. Re: Cross Context Sessions and Cookiesc.h. May 21, 2009 5:31 AM (in response to mwringe)It's good decision!!! 
 
     
    