Issues with PHP 5.3 and sessions folder

后端 未结 4 736
一整个雨季
一整个雨季 2020-11-29 18:10

I recently upgraded to PHP 5.3 and since then I get (sporadic) error messages which indicate Apache (or may be the cleaner of the session files) has no permissions to the fo

4条回答
  •  独厮守ぢ
    2020-11-29 18:31

    The solution I currently use (which I am not sure is the correct one) is to give ownership on the session folder to the Apache user (www-data in my case).

提交回复
热议问题