normal behaviour would be that the cookies would not transfer
but ...
if you set the following directive at the top of script before you start the session or in php.ini
Code:
ini_set ('session.cookie_domain', '.myserver.com'); //note the prepended period
I *think* that would work.
if not, then you can always store your session data in a database and pass a uniqueID around in rewritten links and/or hidden form fields. sleipnir214 has posted an FAQ on the subject.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.