Redhat 8.0/Apache/Php session_start() Install Problem

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

von Martin Dougiamas -
Anzahl Antworten: 0
Nutzerbild von Core developers Nutzerbild von Documentation writers Nutzerbild von Moodle HQ Nutzerbild von Particularly helpful Moodlers Nutzerbild von Plugin developers Nutzerbild von 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.