FormsAuthentication.SignOut();//清除验证信息
HttpContext.Current.Session.Clear();//清除Session内容
HttpContext.Current.Session.Abandon();//取消当前会话
c#注销
最新推荐文章于 2023-12-23 14:56:35 发布
FormsAuthentication.SignOut();//清除验证信息
HttpContext.Current.Session.Clear();//清除Session内容
HttpContext.Current.Session.Abandon();//取消当前会话