![]() |
(Yesterday, 09:54 AM)paulbalandan Wrote: That's weird. On where you put the hack, can you put these lines so we can debug the values? PHP Code: $this->cookie->getSameSite() string (3) "Lax"
Thank you. This means to say, although you have set the $samesite property in app/Config/Cookie.php as "None", the instantiated Cookie config class gets the Lax value. Check these places for possible places where the Lax value can be set.
Indeed, in .env cookie.samesite is set to 'Lax'.
Apologies for my oversight, thanks for your help. |
Welcome Guest, Not a member yet? Register Sign In |