in reply to Re^2: How to wait until GD Image it written, then continue
in thread How to wait until GD Image it written, then continue
these HTTP header values may be relevant
another method is to make sure the URL is different each time (e.g. by appending a GET parameter showing the current datetime).'Pragma' => 'no-cache' 'Cache-Control' => 'no-cache' 'Expires' => 0
hth!
a.
update: don't forget, the user's browser isn't the only place that caching can occur. it can happen at your end, at the user's end, or anywhere in between (e.g. reverse caching proxy at the ISP)
|
---|