1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:05:55 +00:00

remove SESSION_EXPIRE_TIME

This commit is contained in:
Andrew Dolgov
2013-03-28 10:06:16 +04:00
parent f231f438ba
commit 6cfd3c149c
4 changed files with 6 additions and 16 deletions

View File

@@ -130,10 +130,8 @@
// 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".
define('SESSION_EXPIRE_TIME', 86400*30);
// Hard expiration limit for sessions. Should be
// greater or equal to SESSION_COOKIE_LIFETIME
// 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: