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", "test1", time()+1800);
--Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
