From f2b54f9acc156cc8f902e2fe0419cd4aff81a58f Mon Sep 17 00:00:00 2001 From: pjmattal Date: Thu, 3 Aug 2006 14:47:41 +0000 Subject: upped session timeout from 30 idle minutes to 2 idle hours --- web/lib/aur.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 2795349..106bf4d 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -11,7 +11,7 @@ include_once("aur_po.inc"); # Define global variables # -$LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout +$LOGIN_TIMEOUT = 7200; # number of idle seconds before timeout $SUPPORTED_LANGS = array( # what languages we have translations for "en" => "English", "pl" => "Polski", -- cgit v1.2.3-54-g00ecf