/// <summary> /// The default behavior of this method is to call AddCookie(Cookie cookie) /// on the wrapped response object. /// </summary> /// <param name="cookie"></param> public void AddCookie(Cookie cookie) { HttpServletResponse.AddCookie(cookie); }