setValue

The setValue method of the Cookie class sets the value for a Cookie object that has not been implemented as a dictionary.

public void setValue(java.lang.String value);

Example

The following code sets the value for myCookie to J. Jones, 1256.

myCookie.setValue (String "J. Jones, 1256")

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