Redhat 8.0/Apache/Php session_start() Install Problem

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

- Martin Dougiamas の投稿
返信数: 0
画像 Core developers 画像 Documentation writers 画像 Moodle HQ 画像 Particularly helpful Moodlers 画像 Plugin developers 画像 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.