顯示下列標籤的問題: 顯示所有問題

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… (閱讀更多)

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?

lukasz.rogowski.2000 於 2 分鐘前 詢問

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 … (閱讀更多)

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 ?

slawomir.lewinski 於 2 小時前 詢問