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

(This post was last modified: 11 hours ago by codeus.)

(Today, 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




Theme © iAndrew 2016 - Forum software by © MyBB