Hi All,

I need an auto refresh feature in my flex application, my code is like this: 

                                var timedProcess:uint = 
setInterval(refreshResults, 300000);

it works fine on firefox. but looks like there is a cache problem on IE. the
refreshResults() doesn't get called.

i changed the IE cache settings to 1MB(minimum) but it doesn't work.

any ideas?

thanks

-- 
View this message in context: 
http://www.nabble.com/IE-cache-tp14591464p14591464.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to