Sharing $_SESSION varaibles across subdomains using PHP
- by scott
Hi,
I am trying to share the contents of the session variable across two subdomains but for some reason it is not working.
The sessionid is exactly the same on both subdomains but the variables aren't available.
I can achieve this with Cookies and this s working but would rather use the values in the session.
Here is how I setting the domain for the session:
Thanks,
Scott