On 2/23/07, Private Romeo <[EMAIL PROTECTED]> wrote:
We have build an application which polls XML data bound to Flex Charting controls via HTTPService. We have noticed that run in Firefox 2.0.0.1 it seems as if the result get cached. Even though the server side data changes the chart does not update. If you select *Tools > Clear Private Data* in Firefox the updated data is fetched and the chart immediately gets updated. Does anybody know how to send a "no-cache" instruction via HTTPService or work around this problem? Internet Explorer 7 does not seem to have this odd behavior.
bet it does if you set 'Check for newer versions of stored pages' to automatic. A issue we have here due to forced intranet settings. Ran across this using AJAX too. Try adding a random number to your URL http://myurl.com?stupid=<insertrandomumberhere> DK Your feedback is very much appreciated.
-Ralf
-- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

