IWriteCookie Interface Methods

The IWriteCookie interface has the following methods:

putDomain sets the Domain attribute of the cookie to the specified value.
putExpires sets the Expires attribute of the cookie to the specified value.
putItem adds an item to the Cookies collection of the Response object.
putPath sets the Path attribute of the cookie to the specified value.
putSecure sets the Secure attribute of the cookie to the specified value.

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