一般是:Response.Cookies["backurl"].Expires.AddDays(2);但是,IE浏览器保存Cookie用Response.Cookies[":member"].Expires=DateTime.Now.AddDays(1);