You are here

constant PERSISTENT_LOGIN_COOKIE in Persistent Login 5

2 uses of PERSISTENT_LOGIN_COOKIE
persistent_login_user in ./persistent_login.module
Implementation of hook_user().
_persistent_login_setcookie in ./persistent_login.module

File

./persistent_login.module, line 7

Code

define('PERSISTENT_LOGIN_COOKIE', 'PERSISTENT_LOGIN_' . preg_replace('/[^a-zA-Z0-9_]/', '_', $base_path));