Sunday, August 30, 2020

SameSite Cookie Attribute (Strict, Lax, None & No SameSite)

The SameSite attribute tells browsers when and how to fire cookies in first- or third-party situations. SameSite is used by a variety of browsers to identify whether or not to allow a cookie to be accessed.



https://web.dev/samesite-cookies-explained

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite

https://youtu.be/aUF2QCEudPo by  Hussein Nasser

No comments:

Post a Comment

function declaration, expression and call/invoke/execution

  The  function  declaration defines a function with the specified parameters. The  function   keyword can be used to define a function ins...