You are here

constant SESSION_LIMIT_DROP in Session Limit 7.2

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

Automatically drop sessions that would exceed the limit.

1 use 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.

File

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

Code

define('SESSION_LIMIT_DROP', 1);