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 l

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 PR