Session Limit
Session Limit allows administrators to limit the number of simultaneous sessions per user.
Max session is configurable, no database tables needed.
By default, a session is created for each browser that a user uses to log in. This module will force the user to log out any extra sessions after they exceed the administrator-defined maximum.
Assuming the session limit is 1, if a user is logged in to a Drupal site from their work computer and they log in from their home computer, they would be forced to either log off the work computer session, or abort their new login from home.
| Session Limit 6.x-1.0 | Automated Logout 6.x-2.1 | |
|---|---|---|
| Logout older session without prompting | optional | X |
| Notify old session about disconnect | X | |
| Configure max allowed sessions | X | one only |
| Configure session limiting exclusions by role | X | X |
| Configure session limiting exclusions by user | X | |
| New user session prompted to select which session to disconnect | X | |
| Implements hook on collision | X | |
| Implements hook on disconnect | X | |
| Implements triggers | X | |
| Integrates with token module | X | |
| Disregard Masqueraded user sessions in max session counter | optional |
