2006年11月22日
摘要: public void SetCookie(string userName, string role,string cookieValueName) {FormsAuthentication.FormsCookieName FormsAuthenticationTicket myTick = new FormsAuthenticationTicket(1, userName,... 阅读全文
posted @ 2006-11-22 17:43 路过秋天 阅读(1504) 评论(1) 推荐(0)
路过秋天