DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28711>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28711

javax.servlet.http.HttpSession.getLastAccessedTime() returns 0 for a valid session

           Summary: javax.servlet.http.HttpSession.getLastAccessedTime()
                    returns 0 for a valid session
           Product: Tomcat 5
           Version: 5.0.16
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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();

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to