AV1611 Posted April 30, 2007 Share Posted April 30, 2007 I'm creating some cookies at login. I need to verify cookies exist and if so destroy them when they log out. Anyone give me a hint? login snippet setcookie("HOSTNAME", $hostname, time()+14400); setcookie("IP", $IP, time()+14400); setcookie("UserID", $LOGINNAME, time()+14400); Link to comment https://forums.phpfreaks.com/topic/49356-cookies/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.