I’m trying to set a cookie that contains 2 ampersands (&), but it doesn’t seem to be set correctly.
I am doing it like this:
setCookieA path value=123456&B=12345&C=1234
I keep seeing ‘Cookie: value=123456&’ as the value in the request header.
What am I doing wrong?