You are here

constant SESSION_LIMIT_DROP in Session Limit 6.2

Same name and namespace in other branches
  1. 7.2 session_limit.module \SESSION_LIMIT_DROP

Automatically drop sessions that would exceed the limit.

2 uses of SESSION_LIMIT_DROP
session_limit_invoke_session_limit in ./session_limit.module
Limit a users access to the sites based on the current session.
session_limit_update_6200 in ./session_limit.install
Implementation of hook_update_N().

File

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

Code

define('SESSION_LIMIT_DROP', 1);