6.3.11 Expires Property

The Expires property sets the length of time a page will be cached on a client browser. If the user returns to the page before it expires, the cached version will be displayed.
Syntax
Response.Expires = number
Parameters
- number
- The number of minutes until the page expires. Set this to 0 to have the cached page expire immediately.
Remarks
If the property is set more than once on a page, the shortest time is used.
Copyright © 2000 Chili!Soft
|