internet explorer - AJAX calls for database information -


i insert record database making async ajax call. after browser closed , opened access, added properly. problem that, after made call update, later made call select read updated values. still shows old values. why doesn't database updated till close browser?

p.s. problem comes ie. works fine chrome.

thanks in advance.

your page cached.

set correct no cache headers on ajax response.

see: prevent browser caching of jquery ajax call result


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -