ASP ExpiresAbsolute Property
Complete Response Object Reference
The ExpiresAbsolute property sets a date and time when a cached page on a
browser will
expire. If a user returns to the same page before this date/time, the cached version is displayed.
Syntax
|
response.ExpiresAbsolute[=[date][time]]
|
| Parameter |
Description |
| date |
Specifies the date on which the page will expire.
If
this parameter is not specified, the page will expire at the specified time on the day that the script is
run.
|
| time |
Specifies the time at which the page will expire.
If this parameter is not specified, the page will expire at midnight of
the specified day.
|
Examples
The following code indicates that the page will expire at 4:00 PM on October
11, 2009:
|
<%response.ExpiresAbsolute=#October 11,2009 16:00:00#%>
|
Complete Response Object Reference

The Altova MissionKit is an integrated suite of tools ideal for:
- XML development
- Web & Web services development
- Data mapping & integration
- Rendering & publishing XML & database data
- XBRL validation, taxonomy editing, transformation & rendering
The MissionKit for XML Developers includes XMLSpy® - the industry-leading XML editor; MapForce® - a
graphical data mapping, conversion, and integration tool; StyleVision® - a visual XSLT stylesheet designer;
DiffDog® - an XML-aware diff/merge tool; and 2 additional tools.
Try all 6 products free for 30 days!
Download a fully-functional free trial
|
|
|
|