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

 

IResponse::put_Expires

The IResponse::put_Expires method sets the current value of the Expires property of the Response object.

HRESULT put_Expires(

LONG lExpiresMinutes //LONG that contains the new Expires value

);

Parameters: IResponse::put_Expires

lExpiresMinutes

A Long integer that contains the new Expires value.

Remarks: IResponse::put_Expires

If the user returns to the same page before it expires, the cached version is displayed. If this method is set more than once on a page, the shortest time is used.

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