--- Pete <[EMAIL PROTECTED]> wrote:

> That answers my question nicely, and it works in the way that I
> suspected that it would - a request for $_COOKIE['thisvar'] is a request
> for information already residing on the server.
> 
> I have a site which uses a lot of cookie requests, and I was just
> wondering about possible delays in getting the data.
> 
> -- 
> Pete Clark

You can prove it with a script like:

printf("<pre>%s</pre>", print_r($_COOKIE, true));

This assumes that cookies have been written at some previous time.  Since this
one only reads, it can be placed anywhere in the script.

James

Reply via email to