Exemplo n.º 1
0
 public ActionResult Logoff()
 {
     FormsAuthentication.SignOut();
     Session.Abandon();
     UsuarioLogado.Logoff();
     return(RedirectToAction("Index", "HomeExterno"));
 }