Easy Tutorial
❮ Prop Atendofline Prop Path Folder ❯

ASP ExpiresAbsolute Property



The ExpiresAbsolute property sets the expiration date and time for cached pages in the browser. If the user returns to the same page before this date/time, the cached version will be displayed.

Syntax

Parameter Description
date Specifies the expiration date of the page. If this parameter is not specified, the page will expire at the specified time on the day the script runs.
time Specifies the expiration time of the page. If this parameter is not specified, the page will expire at midnight on the specified date.

Example

The following code indicates that the page will expire on October 11, 2012, at 4:00 PM:


❮ Prop Atendofline Prop Path Folder ❯