mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Updated doc on invalid session detection.
Invalid session URL must typically be omitted from the filter chain to prevent an infinite loop.
This commit is contained in:
parent
51dfc0fb39
commit
a5dde8b28f
@ -33,7 +33,7 @@
|
|||||||
<x509 />
|
<x509 />
|
||||||
-->
|
-->
|
||||||
<!-- Uncomment to limit the number of sessions a user can have -->
|
<!-- Uncomment to limit the number of sessions a user can have -->
|
||||||
<session-management>
|
<session-management invalid-session-url="/something">
|
||||||
<concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
|
<concurrency-control max-sessions="1" error-if-maximum-exceeded="true" />
|
||||||
</session-management>
|
</session-management>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user