关于注销的问题
摘要:前几天一直在折腾注销的问题,在网上有查到一些注销的办法大致如下login的Page_Load中加入如下代码System.Web.Security.FormsAuthentication.SignOut(); Session.Abandon(); login的登录函数中,读取用户信息正确后把信息保存在以下变量中System.Web.Security.FormsAuthentication.Se...
阅读全文
posted @
2006-07-15 21:41
艳阳天天
阅读(176)
推荐(0)