> From: Mark O'Driscoll [mailto:[EMAIL PROTECTED] 
> If my client (IE6) connects to a single tomcat(5.0.28 Windows2k) using
> different hostnames (e.g. http://localhost:8080/myapp/test.jsp AND
> http://127.0.0.1:8080/myapp/test.jsp ) a new session is 
> created for each
> alias. Is there any way to stop these new sessions being created?

Not if you use cookies.  The JSPSESSIONID cookie will be bound either to
'localhost' or to '127.0.0.1', and IE will only send the cookie
corresponding to the given hostname.

                - Peter

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to