Top "Samesite" questions

Use this tag for questions about errors caused by a browser ignoring a Set-Cookie header—especially for cross-origin requests—due to a SameSite attribute being missing or having a certain value.

Cross-site resource at <URL> was set without the `SameSite` attribute .NET

How to solve SameSite attribute? :1 A cookie associated with a cross-site resource at http://doubleclick.net/ was set without the …

google-chrome cookies samesite
Setting SameSite=None and Secure in ASP.NET

Read about the SameSite changes enforced to prevent Cross-Site Forgery. Source: https://blog.chromium.org/2019/10/developers-get-ready-for-new.html I'm trying to …

c# asp.net cookies web-config samesite
Spring: Unable to set SameSite cookie to None

I'm unable to set SameSite cookie value to None. Following is how i'm generating ResponseCookie object. ResponseCookie cookie = ResponseCookie.from("…

java spring spring-boot cookies samesite
"SameSite=none" does not work with iframe

After upgrade to Chrome Version 80.0.3987.132 cookies are not sent to the iframe request. On the Network tab (Chrome Dev tools), …

google-chrome cookies samesite
PHP SameSite session problem, session doesn't work

I hope anybody can give me some ideas to my problem. I am trying to apply SameSite cookie to make …

php session cookies samesite
What is difference between SameSite="Lax" and SameSite="Strict"?

Can anyone tell me what is the difference between SameSite="Lax" and SameSite="Strict" by a nice example as I …

samesite
Setting Google Tag Manager cookies with SameSite and Secure attributes

Chrome is reporting the following warning: A cookie associated with a cross-site resource at https://www.googletagmanager.com/ was set …

cookies google-analytics session-cookies google-tag-manager samesite
How to explicitly set samesite=None on a flask response

Due to changes arriving in Chrome during July, I need to modify my app to explicitly provide the SameSite=None …

python flask cookies samesite
How can I resolve a cross-site Google Analytics cookie `SameSite=None` warning in Chrome on Apache 2.4 and PHP 7.1?

My client's website is getting these SameSite cookie warnings in Chrome. I've searched all over and I can't get the …

php apache cookies header samesite
How to set SameSite and Secure attribute to JSESSIONID cookie

I have a Spring Boot Web Application (Spring boot version 2.0.3.RELEASE) and running in an Apache Tomcat 8.5.5 server. With the …

java spring spring-boot cookies samesite