Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

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

You are here: irt.org | FAQ | ASP | Q5807 [ previous next ]

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?'

©2018 Martin Webb