Bug 32967 - Session Id changing
Summary: Session Id changing
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.0.28
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-06 17:36 UTC by Pascal Ricard
Modified: 2005-01-06 09:17 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Ricard 2005-01-06 17:36:54 UTC
Running an application on Tomcat and when I access the servlet, it seems that 
the session Id is changing for each new request coming in (same client).

I added a system.out to display my session Id and we get a different one each 
time.

here is the exact sys out:
System.out.println("ControllerUtil:  aRequest.getSession().getId():  " + 
aRequest.getSession().getId());

We need to maintain the same session in order to retrieve the error codes that 
might be writtent to the session.

How does one have to go about to maintain the session info?
Comment 1 Mark Thomas 2005-01-06 18:17:54 UTC
Bugzilla is NOT a support forum.

Please ask questions like this on the tomcat-user mailing list