You are here

constant SESSION_LIMIT_DO_NOTHING in Session Limit 6.2

Same name and namespace in other branches
  1. 7.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/Delete sessions.
session_limit_settings in ./session_limit.module
Session Limit settings form.

File

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

Code

define('SESSION_LIMIT_DO_NOTHING', 0);