I have a BIG issue.
I am creating an application completely made in Ajax, jQuery 1.3.2 + PHP.
Everything works just fine in every browser.
But IE keeps using the temporary files and does not show the changes made by the javascript and jQuery codes until I manually delete the temporary files!
This is incredible!!
How can I solve this issue?
Please help me! IE will drive me crazy!
Thank you
I have a BIG issue. I am creating an application completely made in Ajax,
Share
In my brief look I didn’t see a duplicate of this, but I expect there is one.
But this is good:
how to clear the cache data when using ajax?
When you return your request use this header:
And when you make your request you can use this:
Basically, turn off caching from the server and add a parameter that varies so the server will see something different and not use the cached version.