in your acegi context search for the bean :
<bean id="sessionRegistry" 
class="org.acegisecurity.concurrent.SessionRegistryImpl"/>
with this you can declare 
SessionRegistry sessions
and inject the sessionRegistry bean to your class in the bean context so you 
can access to the real session registry by this reference
 

<<winmail.dat>>

-------------------------------------------------------------------------
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