session 2 « Security « Spring Q&A





1. session tracking and user authentication    forum.springsource.org

session tracking and user authentication Hello, I am very new to web applications and spring. I am trying to build a small application using spring MVC framework. One of the basic ...

2. session timeout handling using Spring Security 2.0.5.RELEASE    forum.springsource.org

i've seen the below JIRA and that is what I need to handle the session timeout.... but unfortunately by Spring MVC 2.5.6.SEC01 compatibility.. i cannot switch to Spring Security 3.x... https://jira.springsource.org/browse/SEC-1142?page=com.atlassian.jira.plugin.system.issueta ...

3. Spring security lost session    forum.springsource.org

May 31st, 2010, 03:26 PM #1 ethiel View Profile View Forum Posts Private Message Junior Member Join Date Apr 2010 Posts 9 Spring security lost session Hi, guys. I have a ...

4. spring security 2.0.4 session control ignored    forum.springsource.org

spring security 2.0.4 session control ignored I add max sessions into applicationContext-security.xml, and there is no error or any thing. But when I logged in as the same user twice, both ...

5. Recreating user session    forum.springsource.org

I need to be able to recreate a user's session (and in turn seamlessly get him logged-in by recreating his security context) using a session Id that have stored from earlier ...

6. Maximum session amount per user won't work    forum.springsource.org

Hi, I have scenario in my application, where user type login url and do log in and then repeat it. Application should inform user that he have session and should do ...

7. failed to lazily initialize a collection of role: no session or session was closed    forum.springsource.org

failed to lazily initialize a collection of role: no session or session was closed My application throws next exception when it try to access at LAZY collection. Code: org.hibernate.LazyInitializationException: failed ...

8. Spring security session management    forum.springsource.org

Spring security session management Hello... I have to manage the session using spring security.. I need to know if my approach is correct... I define the session timeout in web.xml.... And ...

9. How do I use Basic Authentication without creating sessions?    forum.springsource.org

How do I use Basic Authentication without creating sessions? I have a server configured with Spring Security where the clients are authenticated using Basic Authentication. Each time a client is authenticated, ...





10. Invalidate user's session    forum.springsource.org

Hello All, I am using Spring Security 3.0 to secure my application, I don't use Spring MVC, I am using BlazeDS to integrate with FLEX, Currently i have each user sessionId, ...