]> git.wh0rd.org - tt-rss.git/blobdiff - config.php-dist
do not use session cookie lifetime for additional cookies
[tt-rss.git] / config.php-dist
index 72b6fd1b87ad6a7530b2edc34bc94ae8896fe7f1..58218bab1519dc80a2b966915db2475a68c99add 100644 (file)
        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
-       // like widescreen mode not saving and disable "remember me".
-       // Note that if remember me is not checked, session cookie
-       // will always expire with browser session.
 
        define('SESSION_CHECK_ADDRESS', 1);
        // Check client IP address when validating session: