Posts Tagged: same value ajax
-
Feb 26, 2010
Comments OffHow to solve the problem of retrieving same value by Ajax
You might have faced the problem of the getting same response on the consecutive request to a PHP file from Ajax. Well, what happens when making repeated GET requests to the same URL can often lead to the response coming not from the server but from the browser cache. This problem mainly occurs while using...