Page 1 of 1

about the cookie problem again

Posted: Thu Feb 26, 2004 2:33 am
by tisa
i have create 3 folder under htdocs folder,

they are: 'abc', 'def', 'ght' folders


after i create the cookie: setcookie("testing", "success", time()+3600)

i create a page for each folder to show the cookie value: testing
echo $_COOKIE['testing'];

i found that just 'def' folder can show testing's value, other two folder can't get the value!!!!

why?

someone can help me, urgent pls~~~
:(

Posted: Thu Feb 26, 2004 4:40 am
by twigletmac
Where is the cookie value set?

BTW - can't you just continue with your original topic instead of starting a new one on the same problem?

Mac