From 29640bcfa918e9c63d6b29c25d67dc361d20bcca Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 Feb 2010 13:09:23 -0500
Subject: [PATCH] Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456

---
 INSTALL   |    7 ++++++-
 .htaccess |    1 +
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
index 00e1bf2..704779e 100644
--- a/.htaccess
+++ b/.htaccess
@@ -16,6 +16,7 @@
 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
diff --git a/INSTALL b/INSTALL
index b2156e5..16a97eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@
    - Net_SMTP 1.4.1 or newer
 * php.ini options (see .htaccess file):
    - error_reporting E_ALL & ~E_NOTICE (or lower)
-   - memory_limit>16MB (increase as suitable to support large attachments)
+   - memory_limit > 16MB (increase as suitable to support large attachments)
    - file_uploads enabled (for attachment upload features)
    - session.auto_start disabled
    - zend.ze1_compatibility_mode disabled
@@ -56,6 +56,11 @@
 PHP errors to be logged there as well, enable the 'php_value error_log' line
 in the .htaccess file and set the path to the log file accordingly.
 
+By default the session_path settings of PHP are not modified by Roundcube.
+However if you want to limit the session cookies to the directory where
+Roundcube resides you can uncomment and configure the according line
+in the .htaccess file.
+
 
 DATABASE SETUP
 ==============

--
Gitblit v1.9.1