Closed
Description
I have a webpage using ajax. The page contains a form that edits a text field.
When using Internet Explorer for save a new value in the form, the next time I see visit the form it shows the old value due the browser cache.
So I put this line the website in JS of the webpage
$.ajaxSetup({ cache: false });
Now in IE it works. No values are cached.
But in Chrome I see a new ID in all urls.
Any idea?
Metadata
Metadata
Assignees
Labels
No labels