Parse the cookie, represented as a header value (in the format: [name]=[value]).
Representation of the cookies as in a header value, in the format: [name]=[value]; [name]=[value]; ....
IllegalArgumentException If the cookie name or value contain illegal characters.