摘要:
HttpCookieck=Request.Cookies["cktest"];if(ck==null){ck=newHttpCookie("cktest");ck.Value="123";ck.Expires=DateTime.Now.AddSeconds(20);//20秒的有效期Response.Cookies.Add(ck);Response.Write("newck");}else{Res... 阅读全文
posted @ 2010-03-25 09:12
小李弯刀
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号