summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 15:29:58 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 15:29:58 +0400
commit82d77deb2876df4aac8536108404b93e20fd407b (patch)
tree645b3e3f584930ad8d81a46f5ea949f3ae0f4c0a /config.php-dist
parent122e9d788ea00c2a174961895dd6a6af0aea3aeb (diff)
reduce default session expiration limit
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 6561ecbd4..860b8ba20 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -125,7 +125,7 @@
// *** 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