The Expires property specifies the length of time before a page cached on a browser expires. If the user returns to the same page before it expires, the cached version is displayed.
Syntax
Response.Expires [= number]
Parameters
Remarks
If this property is set more than once on a page, the shortest time is used.
Applies To
See Also