1
0
mirror of synced 2026-08-04 17:27:13 +00:00
This commit is contained in:
Johnny Lim
2016-11-17 13:22:20 +09:00
committed by Rob Winch
parent 94fb1893de
commit f94399cff9
4 changed files with 5 additions and 5 deletions
@@ -547,7 +547,7 @@ 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". A negative value denotes unlimitted sessions.
## The maximum number of sessions a single authenticated user can have open at the same time. Defaults to "1". A negative value denotes unlimited 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.
@@ -1772,7 +1772,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". A negative value denotes unlimitted sessions.
Defaults to "1". A negative value denotes unlimited sessions.
</xs:documentation>
</xs:annotation>
</xs:attribute>
@@ -2822,4 +2822,4 @@
<xs:enumeration value="LAST"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</xs:schema>