摘要:
设置if (Response.Cookies["id"] != null) { Response.Cookies["id"].Value = userLoginTrans.DtoOut.UserId.ToString(); Response.Cookies["id"].Expires = DateTime.Now.AddDays(1); } else {... 阅读全文
posted @ 2012-05-30 14:54
风干的记忆
阅读(147)
评论(0)
推荐(0)