Closed
Bug 85620
Opened 24 years ago
Closed 24 years ago
Different Session ID for every request to Win2k tomcat
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
People
(Reporter: wkfx2003-bugzilla, Assigned: morse)
Details
Mozilla Build 2001061104 (Windows2000)
I am using Tomcat 3.2.2 on both Unix and Windows2000. And I have a simple .jsp
------------file1.jsp-------------
<%
out.println(session.getId());
%>
----------------------------------
Mozilla will generate different session ID on every request for Win2000 tomcat
Mozilla will return the same session ID for Unix Tomcat
IE, NS4.6 will return the same session ID for BOTH Unix/Win2000 Tomcat
Comment 1•24 years ago
|
||
There was a bug, fixed in the June 12th builds that kept Mozilla from properly
keeping session cookies. Try it again with a newer build, and if you still see
the problem, feel free to reopen this bug.
*** This bug has been marked as a duplicate of 83625 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•