ASP.NET MVC (not core) & C# – using Identity authentication how can I later retrieve the IsPersistent for a user?
What is the best way to know whether the currently logged-in user has ‘remember-me’ (IsPersistent
) currently active?
What is the best way to know whether the currently logged-in user has ‘remember-me’ (IsPersistent
) currently active?