constant SESSION_LIMIT_DO_NOTHING in Session Limit 7.2
Same name and namespace in other branches
- 6.2 session_limit.module \SESSION_LIMIT_DO_NOTHING
Do nothing if the session limit is exceeded.
3 uses of SESSION_LIMIT_DO_NOTHING
- session_limit_invoke_session_limit in ./
session_limit.module - Limit a users access to the sites based on the current session.
- session_limit_page in ./
session_limit.module - Display or delete sessions form.
- session_limit_settings in ./
session_limit.module
File
- ./
session_limit.module, line 11 - Limits multiple sessions per user.
Code
define('SESSION_LIMIT_DO_NOTHING', 0);