Jump to content

add timestamp to all Ajax-calls


erich.wanker

Recommended Posts

Is it possible to add Timestamp to all Ajax-calls - so the InternetExplorer doesn´t cache the Ajax-calls ?

In JQuery - there is a way like:

$.ajaxSetup({
cache: false
});
It makes jquery add a timestamp to all ajaxcalls

Thanx for helping...

 

Background:

i have random problems just in IE - not in Firefox, Chrome or Opera ... and google says this is a problem with Microsoft IE:

--> https://www.google.at/webhp?q=ie%20ajax%20problem#q=ie+ajax+problem

 

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...