Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Archiviert

Firefox claims SameSite is set to Lax, while set-cookie contains SameSite=None and Secure

Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third pa… (Lesen Sie mehr)

Our backend sets a cookie for maintaining login sessions with SameSite=None and Secure (to support loading our front-end from localhost for developers and from a third party domain for PR previews).

This is the respose header:

set-cookie: ESESSIONID=<redacted>; Secure; HttpOnly; Path=/; SameSite=None; Max-Age=86399

However, Firefox does not send the cookie back with requests, but logs this error in the console:

Cookie “ESESSIONID” has been rejected because it is in a cross-site context and its “SameSite” is “Lax” or “Strict”.

We have worked around the issue by configuring exceptions in the Security & Privacy settings, but I am curious to why Firefox rejects the cookie with this error message.

Gefragt von Øyvind Wergeland vor 1 Jahr

Letzte Antwort von Øyvind Wergeland vor 1 Jahr

Firefox not remembering cookie permissions

I'm having problems with a website constantly asking me to accept cookie permissions. It happens on some other sites occasionally, but this particular site is one that I … (Lesen Sie mehr)

I'm having problems with a website constantly asking me to accept cookie permissions. It happens on some other sites occasionally, but this particular site is one that I use each day.

When I visit the site I get the cookie permissions box. I click accept all cookies. No matter how many links I click I am presented with the box yet again. It doesn't happen with Chrome, Edge or Brave.

Gefragt von XyZed vor 3 Monaten

Letzte Antwort von Bilal Khan vor 2 Monaten

  • Gelöst
  • Archiviert

When I clear cookies it logs me out of websites?

(please refer to image attached) How come when I have only cookies/offline website data checked to clear it still logs me out of websites like Twitter, Twitch, Youtube, … (Lesen Sie mehr)

(please refer to image attached)

How come when I have only cookies/offline website data checked to clear it still logs me out of websites like Twitter, Twitch, Youtube, etc?

Active logins and Site settings is UNchecked and yet it still logs me out. What is the purpose of those 2 boxes I may be misunderstanding them

Gefragt von happypills vor 1 Jahr

Beantwortet von cor-el vor 1 Jahr

Google.com only works after I delete cookies

I cannot use google.com without first deleting my cookies. This happens every time I try to use google. Doesn't matter if I use the taskbar to search, or try to go to www… (Lesen Sie mehr)

I cannot use google.com without first deleting my cookies. This happens every time I try to use google. Doesn't matter if I use the taskbar to search, or try to go to www.google.com

Gefragt von samuelmoch vor 3 Monaten

Letzte Antwort von behemort1 vor 3 Monaten

Problem logging into google from Mozilla

Every time I try to log in to gmail I receive this message: We've detected a problem with your cookie settings. Enable cookies Make sure your cookies are enabled. To en… (Lesen Sie mehr)

Every time I try to log in to gmail I receive this message: We've detected a problem with your cookie settings. Enable cookies Make sure your cookies are enabled. To enable cookies, follow these browser-specific instructions I've tried enabling cookies in Mozilla. Apparently I'm doing something wrong because I'm still getting the same message from google.

Gefragt von bobkeith28 vor 4 Monaten

Letzte Antwort von jonzn4SUSE vor 4 Monaten

We sometimes cannot access the Kaiser Permanente website.

We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redire… (Lesen Sie mehr)

We are having a problem with Kaiser Permanente’s website. The problem occurs randomly and when it occurs we cannot sign in to our account on the website. We get a “redirect error”.

We can fix the problem but comes back again after a while. To fix it we go to Settings / Privacy and Security / Cookies and Site Data / Manage Data. Under manage data we enter Kaiser in the search box and then delete the website.

Is there a way (a settings change) to fix this problem in Firefox or is it a Kaiser website problem?

BTW.. the same problem also occurs on Chrome, just not as frequently.

Gefragt von pwal_1 vor 4 Monaten

Letzte Antwort von cor-el vor 4 Monaten

  • Gelöst

Keyboard shortcut clear cookies

Is there a keyboard shortcut to remove cookies from the website? I mean the page I am currently on. And if there is no such shortcut, can I somehow create one myself? … (Lesen Sie mehr)

Is there a keyboard shortcut to remove cookies from the website? I mean the page I am currently on. And if there is no such shortcut, can I somehow create one myself?

Gefragt von fluffq3 vor 5 Monaten

Beantwortet von fluffq3 vor 5 Monaten

  • Gelöst

Missing cookies

I have an issue with Firefox 127 not accepting a session cookie that I use for user authentication. I have an ASP.NET application with a login form that includes fields f… (Lesen Sie mehr)

I have an issue with Firefox 127 not accepting a session cookie that I use for user authentication. I have an ASP.NET application with a login form that includes fields for login and password, and a submit button. When the button is clicked, an HTTPS/POST request is sent to the server. The server responds and sends back a session cookie named .Cookie.Name with the parameter httpOnly set to true.

When I check in Firefox's Developer Tools under the Network tab, I can see .Cookie.Name in the server response. However, in the Developer Tools under the Storage tab, .Cookie.Name is missing, which prevents the user from logging in. This problem does not occur in other browsers like Chrome or Edge, nor does it occur in Firefox version 126. The configurations for Firefox 126 and 127 are identical.

Could you please assist with this issue?

Gefragt von LukaszRoki vor 5 Monaten

Beantwortet von LukaszRoki vor 5 Monaten

New version ( 127.0) is rejecting .Aspnet.Cookies cookie

I maintain application that uses OWIN Microsoft library for authentication. It uses .AspNet.Cookies to pass auth information. For unknown reasons I see that Firefox 127 … (Lesen Sie mehr)

I maintain application that uses OWIN Microsoft library for authentication. It uses .AspNet.Cookies to pass auth information. For unknown reasons I see that Firefox 127 rejects that cookie. I've tried with SameSite Lax/None/Strict and Secure param but no results. Previous versions and other browsers ( Chrome, Edge Safari ) woks fine. Any idea ?

Gefragt von slawomir.lewinski vor 5 Monaten

Letzte Antwort von TyDraniu vor 5 Monaten