hi axel,

well, I don't think you can get session invalidated by manually calling *
SessionRegistryImpl.removeSessionInformation( sessionId )* method.

actually, this *SessionRegistryImpl *class is invoked when a *
HttpSessionEvent* takes place, and depends on the specific event(such as
sessioncreated, sessiondestroyed) to register or remove a *
SessionInformation*.

Regards,
Shi



On 8/24/07, Axel Mendoza Pupo <[EMAIL PROTECTED]> wrote:
>
> hello everyone
> my problem is that i need to invalidate a session by sessionid
> my answer is the following
> when i call a method SessionRegistryImpl.removeSessionInformation(
> sessionId )
> this cause that the other user who was logged in the system and have this
> session id to loggoff??
> thanks
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Home: http://acegisecurity.org
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to