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
orangy
05/16/2018, 6:22 PM
@cy
m
Marcin Wisniowski
05/17/2018, 8:19 PM
I'm still here in case someone can suggest something.
o
orangy
05/18/2018, 10:59 AM
@Deactivated User@cy ?
m
Marcin Wisniowski
05/23/2018, 3:40 AM
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.