From: Andrew Dolgov Date: Thu, 4 Apr 2013 11:29:58 +0000 (+0400) Subject: reduce default session expiration limit X-Git-Tag: 1.7.9~80 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=82d77deb2876df4aac8536108404b93e20fd407b;p=tt-rss.git reduce default session expiration limit --- diff --git a/config.php-dist b/config.php-dist index 6561ecbd..860b8ba2 100644 --- a/config.php-dist +++ b/config.php-dist @@ -125,7 +125,7 @@ // *** Cookies and login sessions *** // ********************************** - define('SESSION_COOKIE_LIFETIME', 86400*30); + define('SESSION_COOKIE_LIFETIME', 86400); // 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