<%@ LANGUAGE = VBScript %> <% Option Explicit %> <% ' 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, 1999, which ever comes first Response.ExpiresAbsolute="Jan 1,1999 13:30:15" %> Setting Expiration Information Setting Expiration Information

This page will expire from your browser's cache in 10 minutes. If it is after Jan. 1, 1999 (1:30 PM), then the page will expire from the cache immediately.