putExpires

This method of the IWriteCookie interface sets the Expires attribute of the write-only Cookies collection to the specified value.

Syntax

public abstract void putExpires(double dtExpires);

Parameters

dtExpires [in] A date that contains the new expiration value.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.