summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-18 18:09:23 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-18 18:09:23 +0000
commit619b374c4906b18e3350f3d872753bf8408d4b06 (patch)
treefd7266cbbfc5513bf27418af97e0cbe27176a4bc
parentcbd625bb31ff6db5c226c68bcc166ff8d5500f27 (diff)
Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456
git-svn-id: https://svn.roundcube.net/trunk@3275 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/.htaccess1
-rw-r--r--roundcubemail/INSTALL7
2 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess
index 00e1bf2db..704779e2e 100644
--- a/roundcubemail/.htaccess
+++ b/roundcubemail/.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
diff --git a/roundcubemail/INSTALL b/roundcubemail/INSTALL
index b2156e528..16a97ebf7 100644
--- a/roundcubemail/INSTALL
+++ b/roundcubemail/INSTALL
@@ -21,7 +21,7 @@ REQUIREMENTS
- 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 @@ directory which can be configured in config/main.inc.php. If you want ordinary
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
==============