summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-10-05 13:20:27 +0000
committerDries Buytaert <dries@buytaert.net>2000-10-05 13:20:27 +0000
commit44af9b9b43d7bc7b299fbf6beced1055be127e91 (patch)
treed02a9847e6ce7630a67793d35da0ae2cc26e96ae
parent444b64c6be903b6b7ecfc744878579d6ec3cd54f (diff)
downloadbrdo-44af9b9b43d7bc7b299fbf6beced1055be127e91.tar.gz
brdo-44af9b9b43d7bc7b299fbf6beced1055be127e91.tar.bz2
Just trying a different setting to check whether this fixes the session
timout (cookie expires to fast) problem ... *fingers crosses*
-rw-r--r--.htaccess3
1 files changed, 2 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 8468a18ab..2239234bd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -41,8 +41,9 @@ ErrorDocument 500 /error.php
php_value magic_quotes_gpc 1
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
+ php_value session.name DROPID
php_value session.auto_start 1
php_value session.cookie_lifetime 17280000
php_value session.gc_maxlifetime 17280000
- php_value session.name DROPID
+ php_value session.cache_expire 180
</IfModule>