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 the same user 
data, but I actually only have one webapp, one context, with two different 
URLs from the DNS pointing to it, so I'm wondering if this will work? or 
is there another way of doing it? 

Erica







"Caldarale, Charles R" <[EMAIL PROTECTED]> 
22/07/2008 04:37 PM
Please respond to
"Tomcat Users List" <users@tomcat.apache.org>


To
Tomcat Users List <users@tomcat.apache.org>
cc

Subject
RE: Session sharing between two URLs






> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: Session sharing between two URLs
>
> I simply want a way to be able to switch between English
> and French URLs with the same jsessionid.

O.k., this sounds like it's really a cookie problem, rather than one where 
you're appending JSESSIONID to the URL.  You might try setting 
cookies="false" in the <Context> element for your webapp to see if that 
helps.  Look here for reference:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html#Attributes

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to