| Author |
Is there a way to enumerate all sessions in J2EE or only proprietary?
|
Dan Bizman
Ranch Hand
Joined: Feb 25, 2003
Posts: 387
|
|
|
Does J2EE Api provide a way to enumerate all the sessions in a web app or servletcontext? Or is the only way to do this to either implement it myself or via the web server's propreitary mechanism?
|
 |
Lucas Lee
Ranch Hand
Joined: Oct 02, 2006
Posts: 53
|
|
You can use session listener to maintain a session list of whole application. I did this before.
|
 |
 |
|
|
subject: Is there a way to enumerate all sessions in J2EE or only proprietary?
|
|
|