aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Login not working on Firefox private mode #1952

Closed layinka closed 5 years ago

layinka commented 5 years ago

Hi, I am experiencing something very weird, I am currently using the asp.net core identity 2.1.1. I noticed that the login works well on chrome(both normal and incognito mode) and works well on firefox, but when i tried it in Firefox private mode, the login form redirected to the homepage without login me in

Anyone else experience this? I am using Firfox 60.0.1

danielcongrove commented 5 years ago

I'm using Firefox 62.0.3, and I just tried logging in on my ASP.NET 2.1.1 website in private mode. Login worked correctly for me.

blowdart commented 5 years ago

Tried this, cannot reproduce. Closing.

layinka commented 5 years ago

I have checked this, i think it might have something to do with cookies in private mode. I checked through chrome debugger, and all the cookies that are set in the normal mode are not set in the private mode.

No session cookie, no Cookie consent cookie etc