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
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
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