Exemplo n.º 1
0
 protected void logoutBtn_Click(object sender, EventArgs e)
 {
     Session.Abandon();
     LoggingController.InsertLogout();
     FormsAuthentication.SignOut();
     Response.Redirect("login.aspx");
 }