Welcome Guest, Not a member yet? Register   Sign In
Samesite Cookie Warnings
#1

I just noticed that the console in Chrome started presenting warnings about cookies not using Same-Site directives.  Will there be any changes to CodeIgniter for this or will CodeIgniter just pick up the session.cookie_samesite value in my php.ini file?
Reply
#2

Because cookie_samesite is not (yet) supported by all browsers and because it is, AFAIK, a PHP v7.3 only flag I doubt it will be incorporated any time soon. CI will not pick up the value from php.ini. There is a "suggestion" to implement support in CI v3 GitHub issues. Read it here.
Reply
#3

Thank you for the quick response. I'm probably not in as bad a situation as some other sites but I was hoping that CodeIgniter would have a best practice by this time. I think the Chrome warnings just started showing up today (or very recently), so hopefully Google will allow at least a few more weeks before they start messing with everyone's SEO again.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB