RE: Session sharing between two URLs

2008-07-25 Thread erica_ren
Unfortunately, I set cookies = "false" and emptySessionPath="true" and only pass the jsessionid to the URL, but it did not work. I found this how-to about passing context data: http://www.fwd.at/tomcat/sharing-session-data-howto.html But this is the case where two different webapps are sharing

RE: Session sharing between two URLs

2008-07-22 Thread erica_ren
Thank you Chuck! I'm using Tomcat 5.5.25, and we are using our own authentication system so Single Sign On Vale cannot be used. I set emptySessionPath="true" to make the path on the jsessionid cookie less restrictive. I'm using both URLs www.domain1.com and www.domain2.com to access the same

Session sharing between two URLs

2008-07-22 Thread erica_ren
Hi all, I'm wondering if there is a way to configure Tomcat to share session between two URLs from the same webapp? I have an application with billingual URLs and when users toggle between the languages the session passed (using jsessionid) does not contain log in information and the user is r