I use Tomcat 4.0.3 + Apache 1.3.14 + Ajp13 connector

I have two virtual host, one in http and the other in https. Two servlets
are used in those virtual host.

I want to do use HttpSession to maintain object information between my two
servlets.

I do this in my first servlet :

response.encodeURL("https://www.mysite.com?jsessionid="+request.getSession(t
rue).getId());

but I can't retreive session between my two servlet.

Can someone give me some code advice to perform this ?

Regards,

M.H.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to