Ok as i said before the only cookie being written is the last call to
setcookie
I'm using Php 4.2.0
Apache 2.0.35
Windows XP
I'm setting the cookie like:
setcookie("dawg_tag", "test1", time()+(24*3600*365));
setcookie("dawg_visits", "test1", time()+(24*3600*365));
setcookie("dawg_session", "test
I am using PHP 4.2.0 and I am trying to set some cookies. The problem is
only the last one get set. Yes the cookie names are different. Any ideas?
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php