Re: Retrieve list of all sessions

2007-03-08 Thread Peter Stavrinides
have no synchronization in place whatsoever. I will change to hashtable and see if it solves the problem. Thank you. 2007/3/7, Caldarale, Charles R <[EMAIL PROTECTED]>: > From: Glen Vermeylen [mailto:[EMAIL PROTECTED] > Subject: Retrieve list of all sessions > > I've crea

Re: Retrieve list of all sessions

2007-03-08 Thread Glen Vermeylen
nization in place whatsoever. I will change to > hashtable and see if it solves the problem. > > Thank you. > > 2007/3/7, Caldarale, Charles R <[EMAIL PROTECTED]>: >> >>> From: Glen Vermeylen [mailto:[EMAIL PROTECTED] >>> Subject: Retrieve list of all sessions

Re: Retrieve list of all sessions

2007-03-08 Thread albrecht andrzejewski
. I actually have no synchronization in place whatsoever. I will change to hashtable and see if it solves the problem. Thank you. 2007/3/7, Caldarale, Charles R <[EMAIL PROTECTED]>: From: Glen Vermeylen [mailto:[EMAIL PROTECTED] Subject: Retrieve list of all sessions I've created

Re: Retrieve list of all sessions

2007-03-08 Thread Glen Vermeylen
We use Tomcat 5.5.20. I actually have no synchronization in place whatsoever. I will change to hashtable and see if it solves the problem. Thank you. 2007/3/7, Caldarale, Charles R <[EMAIL PROTECTED]>: > From: Glen Vermeylen [mailto:[EMAIL PROTECTED] > Subject: Retrieve list of

RE: Retrieve list of all sessions

2007-03-07 Thread Caldarale, Charles R
> From: Glen Vermeylen [mailto:[EMAIL PROTECTED] > Subject: Retrieve list of all sessions > > I've created a management screen which lists all currently > logged in users. This list is kept as a hashmap and is kept > "in sync" with reality in the following

Retrieve list of all sessions

2007-03-07 Thread Glen Vermeylen
Hello all, I've created a management screen which lists all currently logged in users. This list is kept as a hashmap and is kept "in sync" with reality in the following way: At login-time I put the sessions in a list. A sessionlistener removes any sessions from this map when sessionDestroyed()