Base solution for your next web application

Activities of "meysam"

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

Showing 1 to 1 of 1 entries