]> git.wh0rd.org - tt-rss.git/commitdiff
reduce default session expiration limit
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Apr 2013 11:29:58 +0000 (15:29 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 4 Apr 2013 11:29:58 +0000 (15:29 +0400)
config.php-dist

index 6561ecbd4ffcf6029a6c0ecd00169a5b6eb4d5c9..860b8ba2030e9b4e73b9db9629bb8f5da06a01e2 100644 (file)
        // *** 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