Example:web_add_cookie_ex

The following example adds a cookie with an empty domain to the beginning of the cookie table.

web_add_cookie_ex(
    "Cookie=client_id=China127B; path=/; expires=Wednesday, 09-Nov-2001 23:12:40 GMT; domain=",
    "Insert=Alt",
    "AllowEmptyDomain=yes",     LAST );