I have a subdomain that users log into (my.domain-uk.net) which stores a session variable to say that the user is logged in. The variable looks like:
$_SESSION["domain-uk.net"]["customer_loggedin"] = 'yes';
when i echo this on any page in the my. subdomain it displays 'yes' but as soon as i go back to the main domain (domain-uk.net) and echo the variable it doesn't show anything
i have session_start(); on every page