Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2090 How do I ensure, that a page does not end up in the cache?

irt.org | Knowledge Base | HTML | Q2090 [ previous next ]

Q2090 How do I ensure, that a page does not end up in the cache?

Use the following piece of code:

<META HTTP-EQUIV="Expires" CONTENT="Fri, Jun 12 1981 08:20:00 GMT">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">

From the client side you can achieve it by setting memory and disk cache size to ZERO.

Feedback on 'Q2090 How do I ensure, that a page does not end up in the cache?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.