Polish allow unlimitted sessions

Update the rnc file

Issue gh-3900
This commit is contained in:
Rob Winch 2016-07-07 14:31:40 -05:00
parent e3ff4130a5
commit e297706e8b
2 changed files with 3 additions and 3 deletions

View File

@ -545,8 +545,8 @@ concurrency-control =
element concurrency-control {concurrency-control.attlist, empty}
concurrency-control.attlist &=
## The maximum number of sessions a single authenticated user can have open at the same time. Defaults to "1".
attribute max-sessions {xsd:positiveInteger}?
## The maximum number of sessions a single authenticated user can have open at the same time. Defaults to "1". A negative value denotes unlimitted sessions.
attribute max-sessions {xsd:integer}?
concurrency-control.attlist &=
## The URL a user will be redirected to if they attempt to use a session which has been "expired" because they have logged in again.
attribute expired-url {xsd:token}?

View File

@ -1756,7 +1756,7 @@
<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".
Defaults to "1". A negative value denotes unlimitted sessions.
</xs:documentation>
</xs:annotation>
</xs:attribute>