1
I have an application in Adobe FLEX and as some client have very bad computers the automatic cache cleaning is hindering the performance of the application, I wonder if there is any way to verify that this option is checked in the browser. Is there any possibility of it being done in javascript or in another language?
My idea is to check if it is checked and if you are sending a message to the client stating that it disables the option.
Your reply considered that it is an app in Flex ?
– neoprofit
Not only did I show you what solution I use to handle cache issues. He can try to follow the same concept to solve the problem. Or check in another question that you have some javascript codes that can help you: [http://stackoverflow.com/questions/1922910/force-browser-to-clear-cache]
– RodolfoSilva
http://stackoverflow.com/a/13107058/3629273
– RodolfoSilva
i think your answer does not apply to this context
– neoprofit
Hello Rodolfo, for my case does not apply as I need to know if this active option in the browser to request that the user disables, but still thanks for the help.
– Cristiano Ávila Salomão