Gena
Gena

Reputation: 1797

How to implement caching of AJAX responses? Like in Internet Explorer

Many people ask how to prevent AJAX caching in IE, but I want to implement this technique in other browsers. I try to use HTTP headers but it's not work and I'm confused in this. Please help me.

Upvotes: 3

Views: 1317

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039538

I try to use HTTP headers but it's not work

Well, maybe you didn't implement those headers correctly. Here's a nice tutorial that you may take a look at to better understand caching in HTTP.

Upvotes: 3

Related Questions