HttpCookie cookie = new HttpCookie();cookie1.Expires = System.DateTime.MaxValue;
cookie1.Expires = System.DateTime.Now.AddDays(-1);