Please help...
When we are setting a cookie in a PHP page, that cookie cannot be accessed
by any page in a different folder. When we move the pages into the same
folder, the cookies worked fine. Can anyone shed some light on this??
Here is how we are setting the cookie:
setcookie("cookiename", $value, time()+3600);
Also, you are supposed to be able to leave the time out and the cookie will
expire on session close, but when we leave the time out, no cookie is set.
Any help here either?
Chris
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php