mysterbx Posted August 10, 2009 Share Posted August 10, 2009 Hello, is it possible to stop IE8 ajax page cache, or javascript cache... i have a page made of scripts and when i open page once data is pulled from my server, the next time i click the same link data is cached on ie, so the data stays old... is it possible to stop IE's ajax cache or scripts cache i dont know which is it.. >thanks Quote Link to comment Share on other sites More sharing options...
haku Posted August 10, 2009 Share Posted August 10, 2009 Add a random hash to the end of the URL being called, and each time it will call the data fresh. For example: example.com#asdf next time example.com#ghjkl Quote Link to comment Share on other sites More sharing options...
mysterbx Posted August 10, 2009 Author Share Posted August 10, 2009 Thank you very much. Case solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.