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 they are both
Michael Purdy wrote:
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. I
2 matches
Mail list logo