Closed linjieAda closed 2 years ago
Hey @linjieAda ,
Cookie values must be URI encoded in order to comply with RFC6265. See the relevant section in the README:
Cookies.js also expects cookie keys and values to already be URI encoded in a UTF-8 representation when it accesses cookies. Keep this in mind when working with cookies on the server side.
Hey @linjieAda ,
Cookie values must be URI encoded in order to comply with RFC6265. See the relevant section in the README: