mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 07:12:32 +00:00
Allow negative values to configure unlimited sessions
This commit is contained in:
parent
50d7d3287f
commit
e3ff4130a5
@ -1753,7 +1753,7 @@
|
||||
</xs:attributeGroup>
|
||||
|
||||
<xs:attributeGroup name="concurrency-control.attlist">
|
||||
<xs:attribute name="max-sessions" type="xs:positiveInteger">
|
||||
<xs:attribute name="max-sessions" type="xs:integer">
|
||||
<xs:annotation>
|
||||
<xs:documentation>The maximum number of sessions a single authenticated user can have open at the same time.
|
||||
Defaults to "1".
|
||||
|
Loading…
x
Reference in New Issue
Block a user