Greetings
I'm trying to develop my site using cookies and I use on my script the code
setcookie("mycookie", $theValue, time()+36000);
and I see that a file "administração/" is on my Temporary
Internet Files directory (I'm using Windows XP). Shouldn't be instead a file like
Cookie:sgalmeida@localhost?
Am I doing something wrong? Is there a problem if the file is just "administração/"??
Thanks
Sergio Almeida