You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pg1691 <pk...@rocketmail.com> on 2008/05/14 03:39:54 UTC

Tomcat stops invalidating sessions after session expiry.

Tomcat Version 6.014 on Linux.

We have implemented HttpSessionListener in our application.  In that
listener we are doing some special code on sessionDestroyed(mainly closing
connection with oracle database). But after some time tomcat stops calling
that sessionDestroyed method of listener for all session.


When we look sessions in tomcat manager we can see couples of sessions are
expired (we have 30 minute session timeout). We are able to invalidate all
sessions except first expired session using tomcat manager. Even though we
try multiple time to invalidate first expired (problem session) it does not
invalidate. And due to that session tomcat stops invalidate other session
expired after that problem session.

Can you please guide me how to kill that problem session or fix tomcat such
that it invalidates all expired sessions.


Thanks for your help.

-- 
View this message in context: http://www.nabble.com/Tomcat-stops-invalidating-sessions-after-session-expiry.-tp17221836p17221836.html
Sent from the Tomcat - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Tomcat stops invalidating sessions after session expiry.

Posted by Mark Thomas <ma...@apache.org>.
pg1691 wrote:
> Can you please guide me how to kill that problem session or fix tomcat such
> that it invalidates all expired sessions.

This looks like a question for the users list.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org