You are here

constant SESSION_LIMIT_HIT_MESSAGE in Session Limit 7.2

Default message displayed for a user on a new machine when sesison limit has been reached.

2 uses of SESSION_LIMIT_HIT_MESSAGE
session_limit_help in ./session_limit.module
Implements hook_help().
session_limit_settings in ./session_limit.module

File

./session_limit.module, line 36
Limits multiple sessions per user.

Code

define('SESSION_LIMIT_HIT_MESSAGE', 'The maximum number of simultaneous sessions (@number) for your account has been reached. You did not log off from a previous session or someone else is logged on to your account. This may indicate that your account has been compromised or that account sharing is limited on this site. Please contact the site administrator if you suspect your account has been compromised.');