Click to See Complete Forum and Search --> : PHP and Cookies


sgalmeida
01-18-2004, 02:17 PM
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

pyro
01-18-2004, 02:19 PM
huh?