[PHP-WIN] More than one cookie - more info

2002-05-02 Thread Chris Dion
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

[PHP-WIN] More than one cookie

2002-05-02 Thread Chris Dion
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