logo

NJP

How to Limit Concurrent Login Session in ServiceNow

Import · Sep 01, 2022 · article

Hi All,

Recently I came through a requirement to configure the concurrent login sessions restriction and please find the below steps to achieve the same.

1. Install the free plugin "Limit Concurrent Sessions"

2. Set the property 'glide.authenticate.limit.concurrent.interactive.sessions' = true --> By default this property is set to false and by setting the value to 'true', Concurrent Login behavior will get activated.

3. Set the below property value to n (where n = number of sessions you want to permit per user/role and its a integer) 'glide.authenticate.max.concurrent.interactive.sessions' = 2 (In my case n = 2)

4. Once we install the above-mentioned plugin, the system will create a checkbox called 'Limit Concurrent Sessions' on the Users and Roles table. Make sure, you are going to select the checkbox to whom you want to restrict the same.

Thank You!

Ganesh Manasali

View original source

https://www.servicenow.com/community/developer-articles/how-to-limit-concurrent-login-session-in-servicenow/ta-p/2317899