GoogleChromeLabs / samesite-examples

Examples of using the SameSite cookie attribute in a variety of language, libraries, and frameworks.
https://web.dev/samesite-cookies-explained
Apache License 2.0
366 stars 62 forks source link

Browser doesn't recognize SameSite cookie #12

Closed masonite closed 4 years ago

masonite commented 4 years ago

Using Chrome V79.0.3945.117

I have the experimental SameSite features enabled.

I'm maintaining an old Classic ASP (vbscript) website, and updated it to implement the recommended changes to cookies.

In the screenshot you can see the cookies are set correctly, but they're still being blocked. image

Can anyone tell me why this may be happening?

TechDad3949 commented 3 years ago

I'm working on this too. How did it go for you?