Example #1
0
 public ActionResult LogOut()
 {
     Authentification.ExitSession();
     return(RedirectToAction("ViewerNameForum", "Home"));
 }