session_start(): Session data file is not created by your uid

前端 未结 9 538
半阙折子戏
半阙折子戏 2020-12-18 05:56

I want to store the created sessions in a directory above the root, except when I use any of the following:

    session_save_path($_SERVER[\'DOCUMENT_ROOT\']         


        
9条回答
  •  Happy的楠姐
    2020-12-18 06:25

    What worked for me, could work for you as well.

    It looks like something went wrong with the session. Open the browser's DevTools and delete all Sessioncookies.

提交回复
热议问题