| 
 Posted by Bocah Sableng on 04/11/07 00:59 
On Apr 11, 6:16 am, gordonb.vs...@burditt.org (Gordon Burditt) wrote: 
 
> >I try to execute print_r($_COOKIE); 
> >FF: both old and new hosts print its PHPSESSID value. 
> 
> Same value or two different values? 
 
Different values. 
 
> I'm unclear whether you are trying 
> to maintain a single session across multiple servers. 
 
No, I'm not. I use old domain for research and the new domain for 
framework testing. No interaction each other. 
 
> 
> >IE: old host print its PHPSESSID value, and new host print empty array 
> >(no cookies sent?). 
> 
> That's what it means, and this is likely your problem. 
> IE security settings are probably relevant here. 
> 
 
Thinking the same thing. :)
 
[Back to original message] 
 |