I use spring security 3.2 ver.
And my logout option have invalidate-session="false".
So i can't use session listener.
How to get auto logout time?
Do not click logout button.
And spring security have token listener or credential listener?
I use spring security 3.2 ver.
And my logout option have invalidate-session="false".
So i can't use session listener.
How to get auto logout time?
Do not click logout button.
And spring security have token listener or credential listener?
Correct me if I am wrong, so I can delete my answer, cant you add something like below in your web.xml :
I am having hard time understanding your question because your grammar is very awkward. I presume you want to set some time after which the session expires, is logged out. YOu can also use something like this below for session-management :
I hope this is what you are looking for.