Skip to content
Advertisement

Tag: samesite

How do I fix the warning “Cookie ‘cookie_name’ will be rejected soon …” that I get after deleting the cookie?

Firefox throws the following warning after deleting a valid cookie: Cookie “cookie_name” will be soon rejected because it has the “SameSite” attribute set to “None” or an invalid value, without the “secure” attribute. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite Scenario After a valid login I send a cookie to the frontend. This cookie can be used during

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 developers (Fontawesome, jQuery, Google Analytics, Google reCaptcha, Google Fonts, etc.) The errors in the Chrome console are like this. Is there anything I need to do in my local machine or server or is just some feature they should implement

Advertisement