Is there any method to retrieve a collection with all sessions opened in a web server?
Or
How can I invalidate a session other than mine?
thanx
-
Retrieve all sessions in a web server (1 messages)
- Posted by: Dragos Dobritoiu
- Posted on: April 06 2004 08:51 EDT
Threaded Messages (1)
- Retrieve all sessions in a web server by Mircea Crisan on April 06 2004 09:33 EDT
-
Retrieve all sessions in a web server[ Go to top ]
- Posted by: Mircea Crisan
- Posted on: April 06 2004 09:33 EDT
- in response to Dragos Dobritoiu
Hi,
You could have a HttpSessionListener that receives notifications when a session is created and destroyed and maintain this info in the application context.
Best regards, Mircea