You are here

constant PERSISTENT_LOGIN_MAXLIFE in Persistent Login 6

Same name and namespace in other branches
  1. 5 persistent_login.module \PERSISTENT_LOGIN_MAXLIFE
  2. 7 persistent_login.module \PERSISTENT_LOGIN_MAXLIFE
2 uses of PERSISTENT_LOGIN_MAXLIFE
persistent_login_admin_settings in ./persistent_login.pages.inc
Module settings form.
_persistent_login_create_cookie in ./persistent_login.module
Create a Persistent Login cookie.

File

./persistent_login.module, line 14
Provide a "Remember Me" checkbox in the login form.

Code

define('PERSISTENT_LOGIN_MAXLIFE', 30);