users
[Top] [All Lists]

Fw: [cinjug-users] RE: Tomcat session timeout

To: users@xxxxxxxxxx
Subject: Fw: [cinjug-users] RE: Tomcat session timeout
From: "Jason Kretzer/STAR BASE Consulting Inc." <JKretzer@xxxxxxxxxxxxxxx>
Date: Thu, 3 Jun 2004 09:31:09 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm

You could set the timeout explicitly in each file/class.

void setMaxInactiveInterval(int interval)
          Specifies the time, in seconds, between client requests before the servlet container will invalidate this session.


-Jason





"Herbers, Joe" <joe.herbers@xxxxxxxxxx>

06/03/2004 09:27 AM

To
 "Cinjug" <users@xxxxxxxxxx>
cc
Subject
[cinjug-users] RE: Tomcat session timeout





Speaking of session timeouts on Tomcat, has anyone run into the apparent bug in Tomcat 4.1 where it ignores the value of your web.xml's session-timeout param and always times out sessions after 20 minutes of inactivity?  This appears to be fixed in Tomcat 5.1, but we could really use a workaround in 4.1 if anyone knows of anything.  Do any
other AppServers ignore the session-timeout parameter?

Thanks, Joe




<Prev in Thread] Current Thread [Next in Thread>