Open
Description
One of the options which can be set on cookie.serialize
is encode
see here
In express-session
it is not possible to set this option:
I believe express-session should expose this, as the default encodeUriComponent
is not always the desired behaviour. I would be willing to try and put a PR together for this if it was likely to be merged promptly.