票证认证 的注销

票据认证 的注销protected void LoginOut(object sender, EventArgs e){FormsAuthentication.SignOut()Re

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