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

 

IResponse::get_ExpiresAbsolute

The IResponse::get_ExpiresAbsolute method retrieves the current value of the ExpiresAbsolute property of the Response object.

HRESULT get_ExpiresAbsolute(

VARIANT * pvarExpiresRet

);

Parameters: IResponse::get_ExpiresAbsolute

pvarExpiresRet

Points to a variant that receives the ExpiresAbsolute value. The variant should specify the date and time.

Remarks: IResponse::get_ExpiresAbsolute

If the user returns to the same page before the set date and time, the cached version is displayed. If a time is not specified, the page expires at midnight of that day. If a date is not specified, the page expires at the given time on the day that the script is run. If this property is set more than once on a page, the earliest expiration date or time is used. The date value sent in the Expires header conforms to the RFC-1123 date format. The time value is converted to Greenwich Mean Time before an Expires header is sent.

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