Skip to content

Cache in Internet Explorer #490

Closed
@ricardopolo

Description

@ricardopolo

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.
capture

Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions