Jump to content

can't seem to reset cookies


Druid

Recommended Posts

I have a value I store in cookies and a mysql db, which I allow members to modify. Problem is, the value in the DB gets updated but the cookie doesn't seem to want to change. I'm on windowsxp Apache 2 and php 5.

 

Here's what I have:

<?
** update db here***
setcookie("color", "", time()-3600);
setcookie("color", "", time()-3600, "/");

setcookie("color", $newvalue, time()+3600);
?>

 

The page which edits this value is in the http://www.blah.com/edit/ folder. Seems the cookie is reset, when I go to http://www.blah.com/ the change takes place. But if I go back to http://www.blah.com/edit/ it's still set to the previous value. Could someone lemme know what it'll take to update the value for the entire site?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.