Product SiteDocumentation Site

5.12. Time

$g_cookie_time_length
Time for 'permanent' cookie to live in seconds. This is what is used when a user selects "save login". Default is the equivalent of 1 year (30000000).
$g_allow_permanent_cookie
Allow users to opt for a 'permanent' cookie when logging in. Controls the display of the 'Remember my login in this browser' checkbox on the login page. See $g_cookie_time_length.
$g_wait_time
Time to delay between page redirects (in seconds). Users can override this setting in their user preferences. Default is 2 seconds.
$g_long_process_timeout
This timeout is used by pages which does time consuming operations like upgrading the database. The default value of 0 disables timeout. Note that this timeout is specified in seconds.