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.

SameSite warning Chrome 77

Since the last update, I'm having an error with cookies, related with SameSite attribute. The cookies are from third party …

javascript google-chrome cookies samesite
how SameSite attribute added to my Asp.net_SessionID cookie automatically?

Recently samesite=lax add automatically to my session cookie! this attribute just add to sessionID: "Set-Cookie ASP.NET_SessionId=zana3…

asp.net iis samesite
Samesite cookie attribute not being set using javascript

I am trying to set SameSite attribute using javascript on my site . The code is <script type="text/javascript"&…

javascript cookies samesite
How to set same-site cookie flag in Spring Boot?

Is it possible to set Same-Site Cookie flag in Spring Boot? My problem in Chrome: A cookie associated with a …

spring-boot cookies samesite
Same-Site flag for session cookie in Spring Security

Is it possible to set Same-site Cookie flag in Spring Security? And if not, is it on a roadmap to …

cookies spring-security csrf jsessionid samesite
How to set SameSite cookie attribute using Apache configuration?

I am not able to see SameSite=Strict using builtin developer tools in the “Application” tab. I have added below …

apache http-headers samesite
How to set SameSite Cookie in Tomcat's Cookie Processor?

Tomcat's context.xml defines CookieProcessor (default LegacyCookieProcessor) https://tomcat.apache.org/tomcat-9.0-doc/config/cookie-processor.html I'm trying to add …

tomcat cookies tomcat9 samesite
A cookie associated with a cross-site resource was set without the `SameSite` attribute

Chrome is giving me the following warning: A cookie associated with a cross-site resource at http://quilljs.com/ was set …

javascript google-chrome cookies cross-site samesite
Where to add `SameSite=None`?

I got the following code in happening on my site, and I tried my best cant grasp this, so I …

google-chrome samesite
Safari not sending cookie even after setting SameSite=None; Secure

Our application uses cookies to remember user login. Every auth API call we make, the browser attaches server-set HTTPonly cookie …

javascript cookies safari setcookie samesite