2015年1月25日

读写cookie

摘要: 写cookie HttpCookie hc = new HttpCookie("username", "xxxx"); hc.Expires = DateTime.Now.AddDays(2); context.Response.Cookies.Add(hc... 阅读全文

posted @ 2015-01-25 17:34 木屐 阅读(84) 评论(0) 推荐(0) 编辑

导航