Read about the "cookies" configuration parameter for Contexts here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html

Search the archives for help on using URL rewriting for session, for
example:
http://www2.real-time.com/rte-tomcat/2000/Jun/msg00011.html

Benjamin J. Armintor
Operations Systems Specialist
ITS-Systems: Mainframe Group
University of Texas - Austin
tele: (512) 232-6562
email: [EMAIL PROTECTED]
 


-----Original Message-----
From: Olivier [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 26, 2004 8:15 AM
To: [EMAIL PROTECTED]
Subject: Keep session when going to a secure server


Hi
 
I have a project in java servlets/jsp which uses 2 servers
1 is secured and the other is not secured
 
But both server uses the same apache with mod_jk and tomcat
 
But the problem is that the server names are different, so, the session
is lost when I arrive on the secure server ! How can I keep the session
?? I am using the standard Httpsession
 
I've seen that it's possible to get the session id, and to send it as a
get parameter (?sessionid=.) to the secure server, but how can I
retrieve a session from a session id ?
 
I would really appreciate some help
 
Thanks
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to