This method of the IWriteCookie interface adds a specified cookie to the write-only Cookies collection.
public abstract void putItem(com.ms.com.Variant key, java.lang.String val);
key | [in] A VARIANT that contains the name of the cookie. |
val | [in] A string that contains the cookie value. |