PHP SameSite session problem, session doesn't work

后端 未结 6 1643
醉梦人生
醉梦人生 2021-02-15 18:34

I hope anybody can give me some ideas to my problem. I am trying to apply SameSite cookie to make session work but it seems it doesn\'t work. The visited site html:



        
6条回答
  •  南笙
    南笙 (楼主)
    2021-02-15 18:44

    I wrote a class for this.

    https://github.com/ovunctukenmez/SameSiteSessionStarter

    It also checks if the browser supports samesite parameter properly.

    Instead of session_start();
    Use like the this:

提交回复
热议问题