Cookie.setValue

Assigns a new value to this Cookie.

<p> If you use a binary value, you may want to use BASE64 encoding.

<p> With Version 0 cookies, values should not contain white space, brackets, parentheses, equals signs, commas, double quotes, slashes, question marks, at signs, colons, and semicolons. Empty values may not behave the same way on all browsers.

@param newValue the new value of the cookie

@see #getValue

class Cookie
void
setValue
(
string newValue
)

Meta