djquim Posted June 8, 2007 Share Posted June 8, 2007 hello, I'm using IE, and everytime I change something in the source i have to close my browser, it's very annoying, how can i delete the cache of AJAX or something? thankx Quote Link to comment Share on other sites More sharing options...
sayedsohail Posted June 8, 2007 Share Posted June 8, 2007 you should use a random number to send with the request everytime you call your ajax function in your javascript. and please include your code. so we can suggest something close. and also try this lines adding right at the top of the script. <?php header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); ... ?> 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.