From 686c3ccfa6060be0b3ed2a634709bb7eff702f50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 2 Mar 2006 17:21:08 +0100 Subject: SESSION_COOKIE_LIFETIME --- config.php-dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php-dist') diff --git a/config.php-dist b/config.php-dist index 17b2ed53f..8baf4b76c 100644 --- a/config.php-dist +++ b/config.php-dist @@ -107,5 +107,8 @@ define('SESSION_CHECK_ADDRESS', true); // Bind sessions to specific IP address (requires DATABASE_BACKED_SESSIONS) + define('SESSION_COOKIE_LIFETIME', 3600); + // In seconds, 0 means delete on browser close + // vim:ft=php ?> -- cgit v1.2.3-54-g00ecf