Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











PROPERTY:  Response.Expires

The Expires property specifies a length of time in minutes before a response page cached on the browser expires.

The first line of code causes the page to be refreshed (reloaded) every time it is accessed, rather than being stored in a cache.

In the second example, if the user returns to this page before the 15 minutes are up, the cached version of the page will be displayed.

<% Response.Expires = 0 %>

<% Response.Expires = 15 %>
 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information