summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-11 07:13:00 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-11 07:13:00 +0000
commitef643bf827774ded0c94bb259af66ae662e08183 (patch)
tree0a9bf9f87f1011237d0f17372f40e5ddc2f37772
parentcb37021a634f789658205cfc633aea961d79dc75 (diff)
downloadbrdo-ef643bf827774ded0c94bb259af66ae662e08183.tar.gz
brdo-ef643bf827774ded0c94bb259af66ae662e08183.tar.bz2
increased the cach expire to see if that fixed the logout problem
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
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
</IfModule>