Re: [Acegisecurity-developer] Acegisecurity-developer Digest, Vol 16, Issue 7

2007-08-25 Thread Axel Mendoza Pupo
But how I can get the session specific to call .invalidate() if only I
have the sessionId ?
That would be great if I can do that
Thanks for the answers


-
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


Re: [Acegisecurity-developer] Acegisecurity-developer Digest, Vol 16, Issue 7

2007-08-25 Thread Shi Lei
add *HttpSessionEventPublisher*

add *ConcurrentSessionFilter* into filter chain

invoke method *SessionRegistryImpl.getSessionInformation(String
sessionId).expireNow()*
**
*ConcurrentSessionFilter* will call* session.invalide() *if the expired
check failed

On 8/26/07, Axel Mendoza Pupo [EMAIL PROTECTED] wrote:

 But how I can get the session specific to call .invalidate() if only I
 have the sessionId ?
 That would be great if I can do that
 Thanks for the answers


 -
 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