• define('COOKIE_DOMAIN', 'www.mydomain.com');

    Is that the right thing to put into the wp-config file?

    Or as i have images coming out of a subdomain I should put:

    define('COOKIE_DOMAIN', 'www.images.mydomain.com');

    or should it be:

    define('COOKIE_DOMAIN', 'www.mydomain.com', 'www.images.mydomain.com');

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Cookies from Static Content’ is closed to new replies.