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 路过秋天 阅读(1481) 评论(1) 推荐(0) 编辑
路过秋天