0

I insert a record into the database by making an async AJAX call. After the browser was closed and I opened Access, it was added properly. The problem is that, after i made a call for update, i later made call for select to read updated values. But it still shows old values. Why doesn't the database get updated till I close the browser?

P.S. This problem comes only for IE. Works fine with chrome.

Thanks in advance.

FatherStorm
  • 7,133
  • 1
  • 21
  • 27
mihsathe
  • 8,904
  • 12
  • 38
  • 54

1 Answers1

0

Your page is cached.

Set the correct no cache headers on the Ajax Response.

See: Prevent browser caching of jQuery AJAX call result

Community
  • 1
  • 1
epascarello
  • 204,599
  • 20
  • 195
  • 236