摘要: 如何设置Cookies时间? Response.Cookies("字段名").expires=时间函数+N,例如: Response.Cookies("字段名").expires=date+1,表示Cookies保存1天,再比如: Response.Cookies("字段名").expires=Hour+8,表示Cookies保存8小时。Response.Cookies("字段名").expire... 阅读全文
posted @ 2009-09-24 14:37 Hellen.Li 阅读(585) 评论(0) 推荐(0) 编辑