Open BijeshNair opened 1 year ago
How can we set a json string as a cookie. When attempted to do so it throws an error saying
Exception: FormatException: Invalid character in cookie value, code unit: '34' (at character 2) {"someKey":"someValue"} ^
So it's not liking " in it's value
How can we set a json string as a cookie. When attempted to do so it throws an error saying
So it's not liking " in it's value