Is there a way to limit the number of limit simultaneous user logins?
-
Wondering if there is a way we can put a limit on a particular group of users based on permissions? Or limit the total simultaneous logins...
-
There are not mechanisms to prevent or limit simultaneous logins.
-
There is a limit of 10 sessions per user actually. It is not configurable. If a user has 10 sessions and logs in again then the oldest session is invalidated.
-
Thanks guys