]> git.mjollnir.org Git - moodle.git/commitdiff
Added session.auto_start (off) ... having it turned on will break Moodle
authormoodler <moodler>
Tue, 29 Oct 2002 12:30:31 +0000 (12:30 +0000)
committermoodler <moodler>
Tue, 29 Oct 2002 12:30:31 +0000 (12:30 +0000)
on some versions of PHP

lib/htaccess

index 86f840954c7c194ebdd077f13985711884efa67f..600a69ffc2b2ae707d9b64054eaddb9f138bd47c 100644 (file)
@@ -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