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: dev@tomcat.apache.org
        ReportedBy: 1983-01...@gmx.net


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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to