I wrote a small .php script that creates a cookie on my local PC - I
also wrote one that deletes it.
My question is this: when the cookie has been created and I run the
delete .php script, when it first loads it does not delete the cookie
- I always have to click on the browser refresh button - why doesn't
the script execute on the first execution?
Thanks...
also wrote one that deletes it.
My question is this: when the cookie has been created and I run the
delete .php script, when it first loads it does not delete the cookie
- I always have to click on the browser refresh button - why doesn't
the script execute on the first execution?
Thanks...
Comment