Closed
Description
The SetCookie
function quotes the value if it contains spaces or commas but this behavior is not documented in SetCookie
documentation:
SetCookie adds a Set-Cookie header to the provided ResponseWriter's headers. The provided cookie must have a valid Name. Invalid cookies may be silently dropped.