>     if( monitor.containsKey(user)){

Check what if this returns true of false for "has a session". Try 

    if !(monitor.containsKey(user)){

see if the case where the user has no session now works.

Hope this helps.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to