rahuul Posted April 9, 2010 Share Posted April 9, 2010 Hello Guys, I have one problem whenever in my site i am using ajax to show the values (fetched from table) then internet explorer shows the cache value in place of current value.............. please let me know what is the solution of this problem.............. Link to comment https://forums.phpfreaks.com/topic/198094-on-calling-ajax-ie-using-cache-problem/ Share on other sites More sharing options...
oni-kun Posted April 9, 2010 Share Posted April 9, 2010 Add the following headers to the page the AJAX is calling: header("Cache-Control: no-cache"); header("Pragma: nocache"); That should eliminate caching on MSIE. Link to comment https://forums.phpfreaks.com/topic/198094-on-calling-ajax-ie-using-cache-problem/#findComment-1039376 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.