Closed
Description
According to the spec, "When style
is form
, the default value [for explode] is true. For all other styles, the default value is false." However, according to this documentation, in the "Cookie Parameters" section, there are "*"s indicating the default serialization, and it is style: form, explode: false.
So which is it? Do cookies use explode by default or not?