Forum Moderators: open
(The above problem comes when i go to [subdomain.maindomain.com...] through www.olddomainname.com )
But my session variables work fine within the subdomain when i go to [subdomain.maindomain.com...] by actually typing [subdomain.maindomain.com...] in the browser. Also the url on the address bar shows the page i am in within the subdomain.
How do i make the session variables work for page transitions within the subdomain when i go to [subdomain.maindomain.com...] through www.olddomainname.com
I hope there is some server setting that needs to be changed .
Please help
Thanks,
Saurabh.
I don't think you can keep session variables across a transfer like that that. The problem is that session ids are stored in cookies on the client's machine, and cookies are only sent to the same domain that created them.