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

Q5807 How can I make a page expire after a certain time period?

irt.org | Knowledge Base | ASP | Q5807 [ previous next ]

Q5807 How can I make a page expire after a certain time period?

The Expires property of the Response object will tell the browser to keep the page in cache for n minutes:

<%

Response.Expires = 10

' OTHER ASP HERE

%>

Feedback on 'Q5807 How can I make a page expire after a certain time period?'


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.