Disable browser caching in pylons

Posted by resopollution on Stack Overflow See other posts from Stack Overflow or by resopollution
Published on 2010-03-13T20:54:45Z Indexed on 2010/03/13 21:55 UTC
Read the original article Hit count: 651

I'm have an action /json that returns json from the server.

Unfortunately in IE, the browser likes to cache this json.

How can I make it so that this action doesn't cache?

© Stack Overflow or respective owner

Related posts about pylons

Related posts about python