Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

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

  • 3 odpovědi
  • 0 má tento problém
  • 6 zobrazení
  • Poslední odpověď od TyDraniu

more options

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 ?

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 ?

Všechny odpovědi (3)

more options

Can it be something with case sensivity? We treat cookie name prefixes in a case-insensitive manner since Fx127.

Try to use mozregression to find responsible pull request.

Upravil uživatel TyDraniu dne

more options
more options

Please try also version 127.0.1 with bug 1901325 fixed.