Programming Reference Manual
 
Syntax
 
object.Expires
 
Description
Date and time after which this response should be considered invalid.
 
Part
Description
object
Evaluates to a ParentResponse Object
 

Data Type

Date

Remarks

When set to a value greater than 0, an "Expires:" header is added to the response with the specified date. This header notifies the client that a certain response is OK to be used from its cache for a given period of time.
 
See Also