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
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
.
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
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
> 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
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()