constant SESSION_LIMIT_LOGGED_OUT_MESSAGE_SEVERITY in Session Limit 6.2
Same name and namespace in other branches
- 7.2 session_limit.module \SESSION_LIMIT_LOGGED_OUT_MESSAGE_SEVERITY
Default drupal_set_message type for logout message.
2 uses of SESSION_LIMIT_LOGGED_OUT_MESSAGE_SEVERITY
- session_limit_session_limit in ./
session_limit.module - Implements hook_session_limit().
- session_limit_settings in ./
session_limit.module - Session Limit settings form.
File
- ./
session_limit.module, line 26 - Limits multiple sessions per user.
Code
define('SESSION_LIMIT_LOGGED_OUT_MESSAGE_SEVERITY', 'error');