From: moodler Date: Tue, 29 Oct 2002 12:30:31 +0000 (+0000) Subject: Added session.auto_start (off) ... having it turned on will break Moodle X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=533e97555116c60619048dbe4f0b22ed14f045da;p=moodle.git Added session.auto_start (off) ... having it turned on will break Moodle on some versions of PHP --- diff --git a/lib/htaccess b/lib/htaccess index 86f840954c..600a69ffc2 100644 --- a/lib/htaccess +++ b/lib/htaccess @@ -16,6 +16,7 @@ php_value magic_quotes_gpc 1 php_value file_uploads 1 php_value short_open_tag 1 +php_value session.auto_start 0 ### These are optional - you may not want to override php.ini