We would like to know the source code for transfer the session data to the sub-domain.
www.xyz.com // session data transfer to dev.xyz.com
dev.xyz.com //
We are not able to get the data, if there is a Cookies Disabled by User end. please suggest me.
Thanks
PPS
One way I can think of is like this:
make a hash with visitor IP and browser and send it along with encoded (base64?)
$_SESSIONdata to second server like:on the second server save that to a
temporary table?/fileand redirect user to second domain.then you check his info based on IP and Browser and apply SESSION data.
this a VERY vulnerable solution, but it’s a solution. I posted this thinking you are using for
devpurposes.And no, I will not make the source code.