AC-10 Concurrent session control
Use this setting to limit users to a single session.
Settings | Description |
---|---|
XML file name and path | [InstallPath]\Presentation\Web.config |
Tag | <add key="EnableUserSessionLock" value="false" />
|
Configuration setting |
To enable this feature, set the value of
If you enable this feature while a user is already logged in, and the user attempts to access the CM application from some other location, the system displays a confirmation message with the logged in details. If the option is selected, the previous session expires and the user is logged in to the application. With the current implementation, only 1 session is allowed per user. |
Default value | False. The Concurrent session control feature is disabled, by default. |