I am trying to add cookies and now get `java.lang....
# ktor
k
I am trying to add cookies and now get
java.lang.IllegalArgumentException: Couldn't instantiate type class Session for parameters [value]
whenever I call an endpoint.
Never mind, looks like I had a old cookie in Postman, which did not have the same format as the new one.
Is there a way to handle this instead of causing a 500 internal server error?