PHP session permission problem

前端 未结 4 1668
清歌不尽
清歌不尽 2021-01-18 15:13

I\'m trying to initialize a session but i get this error:

Warning: session_start() [function.session-start]: open(/tmp/sess_7af3ee9ec1350680bedcf63833

4条回答
  •  春和景丽
    2021-01-18 15:31

    I resolve the problem, there was a third party library that sets wrong umask to 777, by deleting it the problem was solved. Thanks for answers.

提交回复
热议问题