Manuel Pérez Alcolea
09/10/2023, 10:44 PMdata class MyCookie(val text: String)
// ...
cookie<MyCookie>("cookie") {
this results in a cookie named cookie with the value text%3D%2523sHello instead of just cookie and Hello.hfhbd
09/11/2023, 6:09 AMManuel Pérez Alcolea
11/02/2023, 10:51 PM