Tuesday 8 July 2014

Solution for AJAX Repeat Calls

The AJAX Repeat Calls(caching) is due to the same URL that's being called repeatedly.
If you change the URL dynamically then this issue can be resolved.
  1. Something like by adding a query String with the current time with the request                            ( or )
  2. any random generated number
You can change the URL without affecting the result.