Hello,
my script writes a cookie and then tries to read from it to write the content to a database.
I beleive it tries to read the cookie before it is available (written I suppose). The cookie returns an empty value. Or if I run the script a second time, it returns the content from the previous run.
How can I slow down things a bit? Is there some wait or pause command I can use?
Thanks
FNL
FNL
my script writes a cookie and then tries to read from it to write the content to a database.
I beleive it tries to read the cookie before it is available (written I suppose). The cookie returns an empty value. Or if I run the script a second time, it returns the content from the previous run.
How can I slow down things a bit? Is there some wait or pause command I can use?
Thanks
FNL
FNL