IntelliJ Java IDE
The moose likes Other Application Frameworks and the fly likes Spring : how to redirect to login page on session timeout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Spring : how to redirect to login page on session timeout" Watch "Spring : how to redirect to login page on session timeout" New topic
Author

Spring : how to redirect to login page on session timeout

hilout med
Greenhorn

Joined: Aug 08, 2011
Posts: 1
I am pretty new to spring, have set session timeout of 1 minute in the web.xml.

I need to display the login page once session is timed out and user clicks any link in the application.

there is my configuration:

web.xml


applicationContext-security.xml



My filter :



Is there any framework or configuration in spring that allows for this funtionality?

Regards,

 
 
subject: Spring : how to redirect to login page on session timeout
 
Threads others viewed
spring security - dynamic role url
Spring Security 3: Salting password issue
“j_spring_security_check” not found after configuring spring security without http namespace
Preauthentication problem
Trying to figure out preauthentication
IntelliJ Java IDE