Hello Tomcat experts, I am looking at going from Tomcat 6 to 7 on Linux and ran into a strange issue. I cannot get an http session to "stick" when using Internet Explorer. A new session gets created every time you load the test page in IE only. I have verified this issue on IE 6, IE 8, and IE9 beta. Chrome and Firefox work as expected. I am just trying to get a session to stick, but in IE itcreates a new one for each request. This does NOT happen when running Tomcat 7 on Windows. Thanks very much for your help!

My test code is just<h3>Session ID =<%=request.getSession().getId()%></h3>
Test URL (broken) on Tomcat 7:
http://www.tigernet.com:8180/t/test/sessiontest.jsp

Test URL (working) on Tomcat 6
http://www.tigernet.com/t/test/sessiontest.jsp
Old Bug possibly related?
https://issues.apache.org/bugzilla/show_bug.cgi?id=49525
--Brian.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to