Page 1 of 1

[solved] Cookies question

Posted: Mon Oct 10, 2005 12:02 am
by alex.barylski
Turns out I just needed to ensure my second script didn't get cached on the client side :oops:

Thanks :)

Posted: Mon Oct 10, 2005 12:09 am
by feyd
setcookie() is an interface into calling header() with the proper syntax for setting the cookie(s)...