票据认证 的注销
protected void LoginOut(object sender, EventArgs e)
{
FormsAuthentication.SignOut();
Response.Redirect("~/index.aspx");
}
发布时间: 2012-12-27 10:17:10 作者: rapoo
票据认证 的注销
protected void LoginOut(object sender, EventArgs e)
{
FormsAuthentication.SignOut();
Response.Redirect("~/index.aspx");
}