Hi Guys
I am having the following problem:
I have a WCF service that checks a database table and returns the results vis JSON to a flash app.
The flash app polls the WCF service every 2 seconds until the records are ready.
The issue is that flash seems to be caching my requests, as after the first request the service never gets hit again!
I have found a workaround, by appending a random number onto the query string but there has to be a better way around this than that??
any input is greatly appreciated.
Cheers