Forum Moderators: coopster
I have a website located at www.mydomain.com. I have a sub-domain located at sub.mydomain.com and I want it to be able to access a SESSION array set by www.mydomain.com within the sub-domain. My server won't allow this as they are different domains, therefore, different sessions.
Can I set my server to allow both domains to access the same SESSION? If not, what is the best way to pass it over? POST?
Thanks
Note: I am running a dedicated server with Lunix and Plesk incase I need to change anything. :)
You dont by any chance use dreamweaver?
i created a session cookie on a page which updates a record and goes to the next page, but you cant access the session from there on - it works fine when there is no update query involved..
[webmasterworld.com...]
Except, how can I make it so a SESSION is set and used in the main domain and the subdomain aswell?
Thank you!