summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-08 08:19:29 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-08 08:19:29 +0000
commit296a01f39919184846a2154609c9cf5601d979bc (patch)
tree7454f5002595fbafcb23d4b37d6d3eac3e7f6912 /.htaccess
parenta10cd273d38a904d737e17abdeee9a9a7de78a80 (diff)
downloadbrdo-296a01f39919184846a2154609c9cf5601d979bc.tar.gz
brdo-296a01f39919184846a2154609c9cf5601d979bc.tar.bz2
- Made sure session.cache_limiter is set to "none" as suggested by Moshe
and Ax.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index a592b0315..c789e6e8e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -30,6 +30,7 @@ ErrorDocument 500 /error.php
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
php_value session.save_handler user
+ php_value session.cache_limiter none
php_value allow_call_time_pass_reference Off
</IfModule>