summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-02-18 18:09:23 +0000
committerthomascube <thomas@roundcube.net>2010-02-18 18:09:23 +0000
commit29640bcfa918e9c63d6b29c25d67dc361d20bcca (patch)
tree14f8ef0ab1f7a3aa5064534124ae37e3c0a4db2b /.htaccess
parentb545d3e8388d18a64d50b6f7879804cf4e7812ca (diff)
Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 00e1bf2db..704779e2e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,6 +16,7 @@ php_flag magic_quotes_runtime Off
php_flag zend.ze1_compatibility_mode Off
php_flag suhosin.session.encrypt Off
+#php_value session.cookie_path /
php_value session.auto_start 0
php_value session.gc_maxlifetime 21600
php_value session.gc_divisor 500