posted 13 years ago
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,