修改BUG:退出登录后没有清除自定义缓存
This commit is contained in:
parent
1e6c0b6e83
commit
e22aad79f2
|
@ -65,6 +65,7 @@ namespace Bootstrap.Admin.Controllers
|
|||
public ActionResult Logout()
|
||||
{
|
||||
FormsAuthentication.SignOut();
|
||||
LgbPrincipal.UndoImpersonate();
|
||||
return RedirectToAction("Login");
|
||||
}
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue