Hello,
I also have this problem.
This is my Logout method:
public virtual ActionResult Logout() { _authenticationManager.SignOutAll(); return RedirectToAction("Login"); }
Can you tell me how can I fix this issue?
Thanks,
Meysam