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);
The following code sets the value for myCookie to J. Jones, 1256.
myCookie.setValue (String "J. Jones, 1256")