票据认证 的注销 protected void LoginOut(object sender, EventArgs e) { FormsAuthentication.SignOut(); Response.Redirect("~/index.aspx"); }