infinite session

Hi all, I’m starting to develop vaadin and I question arises for a small project.
Can we have an infinite session?
What never expire?

thanks

Hi Juan,

I think you can use the
SessionGuard add-on
to get what you’re searching for.

Bye,
Marco

Have a look at this post
here
.
It’s about handling session timeouts in the web.xml file.

Thank you all for the help.