From 6cfd3c149c44637e0aa0fd00d3b236aafa3edcbd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 28 Mar 2013 10:06:16 +0400 Subject: remove SESSION_EXPIRE_TIME --- config.php-dist | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 3e67a2487..1bb47d814 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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: -- cgit v1.2.3