Hello, I'm having a weird issue with sessions. The...
# ktor
m
Hello, I'm having a weird issue with sessions. They work fine when I use the in-memory storage, but when I switch to directory storage my requests start crashing with
java.util.NoSuchElementException: No session data found for id
, no code in the stack trace is my code so I have no idea what I'm doing wrong.
o
@cy
m
I'm still here in case someone can suggest something.
o
@Deactivated User @cy ?
m
I solved this by writing my own implementation of SessionStorage that writes sessions to files, everything works now. Something seems to be wrong with the included one.