How to limit concurrent session by user?

Lucas Fernando
Tera Contributor

Hi.

 

There's a problem on my Service Now application. Some users can't access the platform using two different browsers at the same time. But it doesn't happen to all the other people.

 

I knew you can limit the sessions a user can have, but where can I config this? I went to the Users table, but there's no Limit Concurrent Sessions option.

 

The Limit Concurrent Sessions plugin isn't installed on the instance.

 

Do you have any idea about how can I solve it?

 

Thanks!

 

1 ACCEPTED SOLUTION

SatyakiBose
Mega Sage

Hello @Lucas Fernando  

Please check the v_user_session table.

All action session will be listed out here.

You could see that there is a column called - Locked.

You can check the log to see what triggered the locked field to be true.

If the locked field is set to true, it means that system is blocking concurrent sessions, and only the latest session is set to active.

You might also want to check the business rule - Kill User Session (sys_script.do?sys_id=24ee3bc30a0a0211009e08564fa5a56a)

View solution in original post

7 REPLIES 7

Rosemary4
Tera Expert

I tried it, but this option doesn't exist in my Service Now instance. Thanks!

Abhay Kumar1
Giga Sage

Hi There,

Please follow below doc to limit concurrent session for users,

https://docs.servicenow.com/bundle/tokyo-platform-security/page/integrate/authentication/task/set-se...

 

Hope this will help you.

Hi.

 

I tried this link before, but Limit Concurrent Sessions doesn't appear on my Service Now instance.

 

Thanks!