Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin + Shiro => UnknownSessionException
Hi,
First sorry to open a new topic, but the other were from old topic, and not sure if people even have a look.
So I succesfully plugged shiro with vaadin, implementing a custom realm to validate user through our OrientDb database.
It seems to work ok, but after a while (at least 10 min), when trying to get permission of a subject, I've got an UnkownSessionException there's session for id xxx
I've tried to lower my different timeout, and found out it's not about them because the message is different when it expired. It's like something is wiping the thing that stores session. FYI I just used the default session manager loaded with shiro (everything is default apart from the realm). I followed this topic to make shiro work with vaadinsession.
I really need help on this one !!
Thanks a lot !!
Cheers