I believe it saves it as a .txt file with the name of the server as the file
name in IE. So if you were at yahoo.com and it set the cookie the name of
the cookie would be [EMAIL PROTECTED] or something like that.
Good luck!
Rick
> Hi,
>
> I am new to learning PHP and I have experimenting with setting cookies.
> Basically, I wrote a very basic script like this:
>
> <?php
> setcookie("username", "peter");
> ?>
>
> I even set my Internet Explorer to prompt me about cookies before allowing
> page to come through and it worked IE did prompt me.
>
> However, when I checked the /Windows/cookies directory, I could not find
> my name amount the .txt files.
>
> Am I looking for the cookie at the right place?
>
> Thanks.
>
> Peter
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]