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 Link to comment https://forums.phpfreaks.com/topic/169596-ie-script-cache/ 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 Link to comment https://forums.phpfreaks.com/topic/169596-ie-script-cache/#findComment-894848 Share on other sites More sharing options...
mysterbx Posted August 10, 2009 Author Share Posted August 10, 2009 Thank you very much. Case solved Link to comment https://forums.phpfreaks.com/topic/169596-ie-script-cache/#findComment-894912 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.