How many users can login to servicenow via using same generic id at a time

VinayKumarA
Tera Contributor

How many users can login to servicenow via using same generic id at a time

2 ACCEPTED SOLUTIONS

Sheldon  Swift
ServiceNow Employee
ServiceNow Employee

Hi @VinayKumarA - Are you asking if there's a limit on concurrent sessions with a particular user? What is the use case?

View solution in original post

This is true.

I want to extend the answer with the following information:

OOTB there is no limit for multiple parallel logins for the same user. But if needed, it can be limited with a plugin: com.glide.limit.concurrent.sessions


For development and test instances it sometimes makes sense to login twice with the same user. For example if the ServiceNow session is blocked in a browser, you can login again using an incognito tab and kill the blocking process (in "System Diagnostics > Active Transactions (All Nodes)").

View solution in original post

4 REPLIES 4

Sheldon  Swift
ServiceNow Employee
ServiceNow Employee

Hi @VinayKumarA - Are you asking if there's a limit on concurrent sessions with a particular user? What is the use case?

VinayKumarA
Tera Contributor

Yes, I am asking about the limit on concurrent sessions. We have a generic user using by a specific team members. Just wanted to know, how many members can login at the same time by using the same generic id credentials in servicenow?

I am not aware of a hard-coded limit on the number of concurrent sessions for a single user by default. This means that, theoretically, multiple sessions with the same user ID can be open simultaneously without an enforced cap. However, ServiceNow’s licensing terms typically require each user to have a unique ID. Additionally, there may be traceability and accountability considerations (especially for compliance), and multiple concurrent sessions with the same user ID could potentially impact instance performance.

This is true.

I want to extend the answer with the following information:

OOTB there is no limit for multiple parallel logins for the same user. But if needed, it can be limited with a plugin: com.glide.limit.concurrent.sessions


For development and test instances it sometimes makes sense to login twice with the same user. For example if the ServiceNow session is blocked in a browser, you can login again using an incognito tab and kill the blocking process (in "System Diagnostics > Active Transactions (All Nodes)").