兼容IE:Response.Cookies[":member"].Expires=DateTime.Now.AddDays(1);
其它浏览器:Response.Cookies["backurl"].Expires.AddDays(2);