From 642cca7be5f9956f6e064a9ca0488c5a7bc63e8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Mar 2013 13:55:01 +0400 Subject: mention SESSION_COOKIE_LIFETIME affecting widescreen cookie --- config.php-dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index eaaaa3d69..a5a7fc3e2 100644 --- a/config.php-dist +++ b/config.php-dist @@ -128,6 +128,8 @@ define('SESSION_COOKIE_LIFETIME', 86400*30); // Default lifetime of a session (e.g. login) cookie. In seconds, // 0 means cookie will be deleted when browser closes. + // Setting this to zero will affect several user preferences + // like widescreen mode not saving. define('SESSION_EXPIRE_TIME', 86400*30); // Hard expiration limit for sessions. Should be -- cgit v1.2.3