sessionRegistry « Session « Spring Q&A





1. SessionRegistry getAllPrincipals    forum.springsource.org

SessionRegistry getAllPrincipals I am trying to write a controller lists the logged in users. However, every time I call getAllPrincipals() on my session registry, it returns an empty list. Here is ...

2. JBOSS and Spring sessionRegistry    forum.springsource.org

Jun 27th, 2011, 07:53 AM #1 vinayagam View Profile View Forum Posts Private Message Junior Member Join Date Jun 2011 Posts 2 JBOSS and Spring sessionRegistry I'm getting the below error ...

3. SessionRegistry Instance    forum.springsource.org

SessionRegistry Instance I have a problem, as well researched but found nothing. I'm using Spring-Security 3.1 and need to retrieve the information about the class session SessionRegistry. The problem is I ...

4. SessionRegistry Loses Principals on Server Restart    forum.springsource.org

When I restart the tomcat server all principals are lost, but the sessions are still valid and de/serializing properly. This is problem for two reasons: 1) Concurrent session restrictions and 2) ...

5. SessionRegistry is always empty...    forum.springsource.org

Apr 10th, 2007, 08:17 AM #1 hector_lopez View Profile View Forum Posts Private Message Junior Member Join Date Apr 2007 Posts 4 SessionRegistry is always empty... I'm trying to use the ...

6. Is it possible to obtain principle list from SessionRegistry in a JSP    forum.springsource.org

Is it possible to obtain principle list from SessionRegistry in a JSP I'm trying to replace my UserCounterListener class with SessionRegistryImpl. http://static.appfuse.org/appfuse-we...rListener.html With my current implementation, I'm able to obtain the ...

7. Cluster-aware SessionRegistry for concurrent logins?    forum.springsource.org

Cluster-aware SessionRegistry for concurrent logins? I tried to replace Spring Security 2.0.2's default SessionRegistry with a custom SessionRegistry implementation which uses either EHCache or a JGroups' ReplicatedHashMap to store the principals ...

8. SessionRegistry and refreshLastRequest    forum.springsource.org

SessionRegistry and refreshLastRequest It seems that refreshLastRequest(String sessionId) in the SessionRegistry class is not called by the security framework anywhere, but refreshLastRequest() is called on the SessionInformation object instead. It took ...

9. Different SessionIds in SessionRegistry and ApplicationSecurityListener    forum.springsource.org

Different SessionIds in SessionRegistry and ApplicationSecurityListener Hi, I am trying to add the ability to track user sessions in a database and kill those sessions within a web application using Spring ...





10. max-sessions="1" is has no effect if I use custom SessionRegistry    forum.springsource.org

max-sessions="1" is has no effect if I use custom SessionRegistry Hello, Would like to seek advice on this issue: - if I do not specify my custom sessionRegistry, the max-sessions is ...

11. MalformedParameterizedTypeException in sessionRegistry    forum.springsource.org

MalformedParameterizedTypeException in sessionRegistry HI, I am trying to implement concurrency control in my applicaton. i have used Code: ...