Bug 28710 - javax.servlet.http.HttpSession.getCreationTime returns 0 for a valid session.
Summary: javax.servlet.http.HttpSession.getCreationTime returns 0 for a valid session.
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.0.16
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 11:35 UTC by blumm
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description blumm 2004-04-30 11:35:51 UTC
javax.servlet.http.HttpSession.getCreationTime()
  returns 0

This is an excerpt from code execution sequence:

javax.servlet.http.HttpServletRequestWrapper.getSession(true);
// here, the debugger shows that the session is valid
javax.servlet.http.HttpSession.getCreationTime();
Comment 1 Remy Maucherat 2004-04-30 13:39:02 UTC
I disagree with that, please try the latest release.