Laravel sessions regenerating on every load

后端 未结 8 2485
盖世英雄少女心
盖世英雄少女心 2021-02-18 19:05

I\'m having a lot of problems and I really can\'t seem to find a solution.

Yesterday, I finished up doing some work on a vagrant box in Laravel. When I shut down the com

8条回答
  •  遥遥无期
    2021-02-18 19:47

    I've experienced issues related to this. The session file wasn't created every time but sometimes I just can't get the session variable displayed. After hours of experiments I found that the problem was related to Debugbar.

    If you're using Debugbar and having session issues, disable it and try again to confirm. There's an issue reported here.

提交回复
热议问题