RE: how do I detect alive sessions at this moment?

2003-01-24 Thread Chris Ward
Not sure if Tomcat will take care of this automaticly for you. What I do is have the object I set in the session add it's self to a list in the sever context, and remove it's self when the session expires. Then you will have a list of all sessions in one place. Chris -Original

RE: how do I detect alive sessions at this moment?

2003-01-24 Thread Felipe Schnack
You can list all active sessions if you application have the privileged attribute set to true in server.xml and if you implement a specific interface... I just can't remember which one right now, but you certainly see how this can be done downloading the admin app sources... Just keep in mind