Re: [PHP] Cookie behaviour

2004-08-23 Thread Chris Shiflett
--- Michael Purdy <[EMAIL PROTECTED]> wrote: > > setcookie('cat','large',time()+3600); > setcookie('dog','small',time()+3600); > > > The outcome of this script is that only the LAST cookie is successfully > stored. This seems unlikely. It's possible that neither of these statements is succe

[PHP] Cookie behaviour

2004-08-23 Thread Michael Purdy
Folks I am running php 5.0.1 on NT. I have a small test script as shown below setcookie('cat','large',time()+3600); setcookie('dog','small',time()+3600); The outcome of this script is that only the LAST cookie is successfully stored.despite having a different name. Is this because the