summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-12-23 15:13:34 +0000
committerDries Buytaert <dries@buytaert.net>2000-12-23 15:13:34 +0000
commit0cadc4e68340e02e6b51c29a672db7bb92386fa7 (patch)
treeb90c382a12576719babed8b68af35eab11f01d6c /.htaccess
parent5976e2f85e8d9d67e2d26d46fce0f867f130aa62 (diff)
downloadbrdo-0cadc4e68340e02e6b51c29a672db7bb92386fa7.tar.gz
brdo-0cadc4e68340e02e6b51c29a672db7bb92386fa7.tar.bz2
- intermediate commit: some bugfixes, changes and some drastic
changes to block and module support
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 9ba609af7..6a1c296c0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -32,4 +32,5 @@ ErrorDocument 500 /error.php
php_value session.cookie_lifetime 2000000
php_value session.gc_maxlifetime 2000000
php_value session.cache_expire 200000
+ php_value session.save_path /tmp/dropsessions
</IfModule>