From 29640bcfa918e9c63d6b29c25d67dc361d20bcca Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 18 Feb 2010 18:09:23 +0000 Subject: Add (inactive) session.cookie_path line to .htaccess as suggested in #1486456 --- .htaccess | 1 + 1 file changed, 1 insertion(+) (limited to '.htaccess') 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 -- cgit v1.2.3