Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ASP Response Object 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: ASP Response Object Expires Property

Response.Expires = number

Parameters: ASP Response Object Expires Property

number

The number of minutes until the page expires. Set this to 0 to have the cached page expire immediately.

Remarks: ASP Response Object Expires Property

If the property is set more than once on a page, the shortest time is used.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.