How to fix “set SameSite cookie to none” warning?

前端 未结 7 1753
生来不讨喜
生来不讨喜 2020-12-04 21:15

I created a chrome extension and from popup.js I called PHP script (Using Xhttprequest) that reads the cookie. Like this:

$cookie_name = \"mycookie\";

if(is         


        
相关标签:
7条回答
  • 2020-12-04 21:49

    For those can not create PHP session and working with live domain at local. You should delete live sites secure cookie first.

    Full answer ; https://stackoverflow.com/a/64073275/1067434

    0 讨论(0)
提交回复
热议问题