|
Posted by Jim Demetri on 11/27/05 09:48
"Ray Paseur" <ray@earplugsnon-aol.com> wrote in message
news:EIihf.20767$rB3.15125@dukeread02...
>
> I also use cookies, sometimes in the same scripts that use sessions. They
> work fine. Again, it is necessary to set or unset cookies before any
> output to the browser. One mistake I have made with cookies is to unset
> the cookie (using an historical expiration date) but forget to clear the
> element of the $_COOKIE array. Later script logic got confused because it
> found stuff in the $_COOKIE array, but the next page in the logic flow did
> not find the cookie, etc... I watch out for that now!
>
> ~Ray
>
>
That's the hang-up I was having with my cookie/sessions. After the browser
gets the info it's too late.
Thanks,
-D
--------------------------
Looking for Mike Taylor in Cincinnati...Mike, give me a buzz! :)
[Back to original message]
|