Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456
| | |
| | | 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 |
| | |
| | | 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 |