Wordpress multiple subdomains and cookies -
i want apologies bad english.
i've single wordpress install multiple subdomains. means can access content subdomain, example /my-post/ can accessed via domain.com/my-post/, sub1.domain.com/my-post/, sub2.domain.com/my-post/ etc... it's not redirection, url dynamically generated based on http_host.
my issue cookies set on per-domain basis. not wordpress multisite allowing connected on subdomains accross network, single install i'm not able allow it.
i've tried set define( 'cookie_domain', '.domain.com' ); no luck. when log domain.com i'm not logged in subdomains.
is there way achieve it?
thanks lot precious help,
anthony
Comments
Post a Comment