I want to get the session time out message when the session expires.Below is my spring-security.xml
I had similar issue, like
The code I have on my spring security file is:
I solved this issue by adding the session timeout entry in web.xml file. I put the session timeout value as 5 min, build the application and deployed. Its working fine.
Might be this will help someone.
Thanks, Atul