You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Laurent Duperval <ld...@yahoo.com> on 2006/07/28 19:01:32 UTC

Session not released after session.invalidate()

Hello,

I am using JBoss 3.2.5 with Tomcat 5.0.26. We are doing performance
testing and we have found some issue which may be related to the way
Tomcat handles sessions.

Specifically, when we do a login/logout then look at the active sessions
using the JBoss console, it says that there is one active session.

If I login again, using the same browser, the count of active sessions
does not go out. However, if I login using a different browser, the
count does go up.

I have written a client-side script that does multiple login/logouts in
my application. I have noticed the same behaviour: if I login and logou
50 times with 50 different clients, even after a logout, the console
reports 50 active sessions.


Why is that? Is there a way to correct this?

Thanks,

L


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org