mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-12 07:02:13 +00:00
Remove session timeout check in tutorial sample.
This commit is contained in:
parent
a8bce41876
commit
4b0fbe1606
@ -33,7 +33,7 @@
|
||||
<x509 />
|
||||
-->
|
||||
<!-- Uncomment to limit the number of sessions a user can have -->
|
||||
<session-management invalid-session-url="/timeout.jsp">
|
||||
<session-management>
|
||||
<concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
|
||||
</session-management>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user