https://issues.apache.org/bugzilla/show_bug.cgi?id=50501

           Summary: Tomcat needs to much time to invalidate sessions
           Product: Tomcat 6
           Version: 6.0.29
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I have a logout servlet which has the following line:
forward("/end.jsp", request, response);
session.setMaxInactiveInterval(10);

Next to this I was watching the sessions list for this webapp in the manager.
Altough I set the max inactive to 10 seconds, it took tomcat upto a minute to
dispose the session.
This should happen immediately or with a minimal lag. See attached screenshot
of the manager app.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to