protected void cmdSignOut_Click(object sender, EventArgs e) { FormsAuthentication.SignOut(); FormsAuthentication.RedirectToLoginPage(); LdapAuthentication.Clear(); }