Installation Issue

Re: Installation Issue

by Bill Burgos -
Number of replies: 0
Hi Haresh,

You would need to change the php.ini settings to read:

session.auto-start = 0

If you cannot change the php.ini settings you can change this in the .htaccess file in the root directory of the moodle installation if you are using Apache:

php_flag session.autostart off