Posted by John Hinton on 03/27/05 09:02
Chris Shiflett wrote:
> John Hinton wrote:
>
>> Seems my old setcookie scripts are busted in php with globals off.
>
>
> Use $_COOKIES['name'].
>
> Chris
>
The thing is, on the next action switch
print_r($_COOKIE);
returns empty until I refresh the browser. So, thusly, the second page
load brings in the cookies.
And sorry about that $_GET I left in the earlier post. I was trying
about anything to see if I was missing something totally.
[Back to original message]
|