Prop Expiresabsolute
# ASP ExpiresAbsolute Property
* * Complete Response Object Reference](#)
* * *
The ExpiresAbsolute property sets the date and time when a cached page expires in the browser. If the user returns to the same page before this date/time, the cached version will be displayed.
### Syntax
response.ExpiresAbsolute[=]
| 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:
* * Complete Response Object Reference](#)
YouTip