You are here

constant AUTOLOGOUT_CRON_NUM in Automated Logout 6.4

Number of sessions to check for timeouts per cron run.

1 use of AUTOLOGOUT_CRON_NUM
autologout_cron in ./autologout.module
Implements hook_cron().

File

./autologout.module, line 11
Used to automagically log out a user after a preset time.

Code

define('AUTOLOGOUT_CRON_NUM', 100);