summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-29 13:03:28 +0400
committerAndrew Dolgov <[email protected]>2013-04-29 13:03:28 +0400
commite57a1507aeb349c9ba7d673048c5ccb43e2d639b (patch)
tree49d858eba83ea764cb72dd6e45377413d27d8523 /config.php-dist
parenta845a3d5e5538fc63312b7f4e2e1475e568ab30b (diff)
do not use session cookie lifetime for additional cookies
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 72b6fd1b8..58218bab1 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -139,10 +139,6 @@
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: