[solved] Cookies question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

[solved] Cookies question

Post by alex.barylski »

Turns out I just needed to ensure my second script didn't get cached on the client side :oops:

Thanks :)
Last edited by alex.barylski on Mon Oct 10, 2005 12:35 am, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

setcookie() is an interface into calling header() with the proper syntax for setting the cookie(s)...
Post Reply