Hi List,

I created an object that tracks the amount of sessions and can refer to any
of them if needed be. It uses a weak reference to make it possible that
Tomcat can still drop a session if a user leaves the server. The trouble is
Tomcat doesn't drop any sessions! It can't be because I have a reference to
the session because I use a weak reference to them.
Does anybody know a sollution to be able to refer to a session object only
if they are in use?

Greetings,
Ivo Limmen


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

Reply via email to