dotkernel / dot-session

DotKernel session component extending and customizing laminas-session
https://docs.dotkernel.org/dot-session/
MIT License
3 stars 1 forks source link

“SameSite” attribute set to “None” #10

Closed arhimede closed 1 year ago

arhimede commented 3 years ago

Message in Console:

Cookie “COMPANY_SESSID” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

we need to investigate this

arhimede commented 3 years ago

Let's wait until laminas_session solve the issue on their side. Upstream

https://github.com/laminas/laminas-session/pull/30

alexmerlin commented 1 year ago

Closing this issue as it is no longer relevant.

Reason: The SameSite-related cookie issues have been fixed in the meantime in both admin and frontend.