Dmitry Rogatkin wrote:
> 
> Is there a way to get access to all active sessions to do manual invalidation and 
>other maintaining work, like excluding double logins and so on?

Why not just implement a table of active session that is visible from
your login and logout servlet/jsps?  And check for the current person
logging in, there.

As for getting access to all active session, I believe this was
possbible via getSessionContext() method before the Servlet 2.1 API, it
has since been deprecated without any forseable replacements.

Hope that helps.


Cheers,


John Clark
-- 
     /) John Clark Naldoza y Lopez                           (\
    / )    Software Design Engineer II                       ( \
  _( (_    _  Web-Application Development                    _) )_
 (((\ \>  /_>    Cable Modem Network Management System <_\  </ /)))
 (\\\\ \_/ /         NEC Telecom Software Phils., Inc.  \ \_/ ////)
  \       /                                              \       /
   \    _/  phone: (+63 32) 233-9142 loc. 3112            \_    /
   /   /  cellphone: (+63 919) 241-4612                     \   \
  /   / email: [EMAIL PROTECTED]                        \   \

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to