%@ LANGUAGE = JScript %> <% //Because the Expiration Information is sent in the HTTP //headers, it must be set before any HTML is transmitted. //Ensure that this page expires within 10 minutes... Response.Expires = 10; //...or before Jan 1, 2001, which ever comes first. Response.ExpiresAbsolute = "Jan 1, 2001 13:30:15"; %>
This page will expire from your browser's cache in 10 minutes. If it is after Jan. 1, 2001 (1:30 PM), then the page will expire from the cache immediately.