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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26324

Sessions with running servlets should not be invalidated (expired)

           Summary: Sessions with running servlets should not be invalidated
                    (expired)
           Product: Tomcat 5
           Version: 5.0.16
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The logic in StandardSession.isValid can invalidate a session that is, for
example, running a download servlet while it is in the course of serving a huge
file.

My request is that a session should not be considered idle if it has a servlet
running.

In addition, if no servlet is running for a session, the idle time should be
based on when the last servlet for the session *completed* rather than when it
last started (last access time).

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

Reply via email to