From ef643bf827774ded0c94bb259af66ae662e08183 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 11 Oct 2000 07:13:00 +0000 Subject: increased the cach expire to see if that fixed the logout problem --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 2239234bd..051f572b7 100644 --- a/.htaccess +++ b/.htaccess @@ -45,5 +45,5 @@ ErrorDocument 500 /error.php php_value session.auto_start 1 php_value session.cookie_lifetime 17280000 php_value session.gc_maxlifetime 17280000 - php_value session.cache_expire 180 + php_value session.cache_expire 1800 -- cgit v1.2.3