Welcome Guest, Not a member yet? Register   Sign In
Changing Session cookie - samesite v4.6.1
#11

(This post was last modified: Yesterday, 10:39 AM by codeus.)

(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?

dd($this->cookie->getSameSite());
dd(config(\Config\Cookie::class)->samesite);

Make sure to remove first your temporary hack then run your code again. You should see the values for the lines above and paste them here.


Okay, here is the output-:
PHP Code:
$this->cookie->getSameSite()  string (3)  "Lax"
config(...)->samesite  string  (3)  "Lax

called from .../Session/Session,php:296  [dd()]  
Reply


Messages In This Thread
RE: Changing Session cookie - samesite v4.6.1 - by codeus - Yesterday, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB