Bug 28711 - javax.servlet.http.HttpSession.getLastAccessedTime() returns 0 for a valid session
Summary: javax.servlet.http.HttpSession.getLastAccessedTime() returns 0 for a valid se...
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:55 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:55:42 UTC
javax.servlet.http.HttpSession.getLastAccessedTime()
  returns only 0

This is an excerpt of the code execution sequence:

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