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.
Comments
Post a Comment