From a635d2163c82301f0b473245ba6e69b61474ba8f Mon Sep 17 00:00:00 2001 From: Iain Kay Date: Thu, 11 Jul 2013 19:56:10 +0000 Subject: [PATCH] Added note about php.ini session.gc_maxlifetime value - Important to stop garbage collection removing cookies that should be valid. --- public/include/config/global.inc.dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index a83f47be..28a2cd8c 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -357,7 +357,8 @@ $config['memcache']['splay'] = 15; * Explanation: * duration: * the amount of time, in seconds, that a cookie should persist in the users browser. - * 0 = until closed; 1440 = 24 minutes. + * 0 = until closed; 1440 = 24 minutes. Check your php.ini 'session.gc_maxlifetime' value + * and ensure that it is at least the duration specified here. * * domain: * the only domain name that may access this cookie in the browser