Redhat 8.0/Apache/Php session_start() Install Problem

Re: Redhat 8.0/Apache/Php session_start() Install Problem

di Martin Dougiamas -
Numero di risposte: 0
Immagine Core developers Immagine Documentation writers Immagine Moodle HQ Immagine Particularly helpful Moodlers Immagine Plugin developers Immagine Testers
Try checking session.save_path (eg mine is set to /tmp) and make sure Apache can write there. You should be seeing lots of files there with names like: sess_f852d0020f4dec5ac42a4d8b12f44139

You could also examining the httpd logs to see if there are any pertinent error messages.