Identity 2fa rememberme cookie only supports one user

JG 1 Reputation point
2022-08-24T20:08:40.473+00:00

I have a net 6 standard MVC application set to use identity two factor authentication. The problem is that my application will only support one remember-me cookie at a time. Example: First, user logs in and gets authenticated with 2fa. A remember-me cookie is created and saved in the browser. Next user gets authenticated with 2fa and remember-me cookie replaces previous one. I need to figure out how to save more than one remember-me cookie at a time.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
{count} votes