cef_cookie_t.domain

If |domain| is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "." and are visible to sub-domains whereas host cookies are not.

struct cef_cookie_t
cef_string_t domain;

Meta