Installation Issue

Re: Installation Issue

από Bill Burgos -
Αριθμός απαντήσεων: 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