SESSION_LIMIT_DISALLOW_NEW |
./session_limit.module |
Disallow sessions that would exceed the limit. |
1 |
1 |
SESSION_LIMIT_DO_NOTHING |
./session_limit.module |
Do nothing if the session limit is exceeded. |
3 |
1 |
SESSION_LIMIT_DROP |
./session_limit.module |
Automatically drop sessions that would exceed the limit. |
2 |
1 |
SESSION_LIMIT_LOGGED_OUT_MESSAGE |
./session_limit.module |
Default message displayed when a user is logged out. |
2 |
1 |
SESSION_LIMIT_LOGGED_OUT_MESSAGE_SEVERITY |
./session_limit.module |
Default drupal_set_message type for logout message. |
2 |
1 |