putItem

This method of the IWriteCookie interface adds a specified cookie to the write-only Cookies collection.

Syntax

public abstract void putItem(com.ms.com.Variant key, java.lang.String val);

Parameters

key [in] A VARIANT that contains the name of the cookie.
val [in] A string that contains the cookie value.

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