How to get Spring Security auto logout time, when using invalidate-session="false"? -


i use spring security 3.2 ver.

and logout option have invalidate-session="false".

so can't use session listener.

how auto logout time?

do not click logout button.

and spring security have token listener or credential listener?

you have add tag spring security file

<security:session-management>             <security:concurrency-control                 max-sessions="1" /> </security:session-management> 

auto-log out after have not used.


Comments

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -