there is something worng, its not setting the cookies. I've tried it ith every combination of parameters:
("name", $value);
("name", $value, time()+3600);
("name", $value, time()+3600);
("name", $value, time()+3600, "/");
("name", $value, time()+3600, "/", ".whatever.com");
("name", $value, time()+3600, "/", ".whatever.com", 1);
the only way that works is the first one......
if i do anything else, the setcookie returns true, but if(isset($_COOKIE["name"])) returns false.
im completely flabbergasted that this doesnt work.
(Note: I've always wanted to use that word somewhere, flabbergasted)