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~~~