Kevin M.

How Can I Prevent Browsers from Caching Ajax Results?

Asked by Kevin M. 2 years ago ajax browser


Devone
0
 
You can simply add a random query string to the URL you're sending, however, this is normally viewed as a "hack".

In example if the AJAX request was sent to "http://www.egs.com/s" then you can add a random string at the end so it can look something like this: "http://www.egs.com/s?q=837483942uiedt83"

by Devone 2 years ago

Answer this question

How Can I Prevent Browsers from Caching Ajax Results?

0 errors found:

 
0