
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 09-01-2022 04:57 AM
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
- 1,729 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks!