anyone noe which configuration can screw up my cookie?
just simple code like this
setcookie("myTstCky1", "ChocChip1",time()+1212222); setcookie("myTstCky", "ChocChip",time()+1212222);
but the first cookie was not saved.
Anyone?????
solution:
http://forums.devshed.com/showthread.php?s=&threadid=40045