Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Tomcat does not release timedout sessions

843841Nov 22 2005 — edited Nov 23 2005
I'm working with Tomcat 5 under JBoss.
When my application is running for a long while I can see that there are some sessions that although their timeout has passed still were not invalidated by Tomcat.

These sessions getLastAccessedTime() is about 30 sec after creation.
Their time out is set to 420sec (7min).

Trying to invalidate those works just fine, after invalidating them they are just gone.

Important to remember that most sessions are invalidated automatically by Tomcat.

Are there any known defects in Tomcat creating this behavior?


Thanks,
Yohai
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2005
Added on Nov 22 2005
5 comments
260 views