PROPERTY:  Response.ExpiresAbsolute

The ExpiresAbsolute property sets the precise date and time when a response page cached on the browser will expire. If the time is not given, then the page will expire exactly at midnight on the given date. If the date is not given, then the page will expire at the given time on the same day that the script is run.

The following code specifies that the page will expire at 6:00 PM on May 15th of 1999. You must use a 24 hour clock for the time and four digits for the year.

<% Response.ExpiresAbsolute=#May 15, 1999 18:00:00# %>
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information