The session configuration increase system security by limiting the number and length of login sessions. Content-Type: application/vnd.plcm.plcm-login-session-config+xml All attributes are used in ETag calculation except for entity-tag.
| Name | Type | Description | Attributes |
|---|---|---|---|
| system-sessions | xs:int | Specify the number of simultaneous login sessions by all users. To set max/unlimited sessions, either remove the field from request or set the value to 0. | |
| sessions-per-user | xs:int | Specify the number of simultaneous login sessions per user. To set max/unlimited sessions, either remove the field from request or set the value to 0. | |
| session-timeout | xs:int | Specify the length of time in minutes after which the system terminates a session for inactivity. Session-timeout has a max value as 10080 and default as 60. | |
| entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
| Name | Type | Restrictions |
|---|---|---|
| EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |