vaadin Session no expire on desktop app

Hi again! today i have a small problem, while i was testing the sessions, i set the max time for expiry it(30 minutes), on mobile works perfectly but on desktop no, here is the line used.
VaadinSession.getCurrent().getSession().setMaxInactiveInterval(SEGUNDOS_ACTIVA_SESION);

Thank you!

Hi Mike,

I had a similar issue, In my case I had to configure this in the webserver itself. I use Jetty, perhaps something similar will also do for you.

Sjoerd Brauer:
Hi Mike,

I had a similar issue, In my case I had to configure this in the webserver itself. I use Jetty, perhaps something similar will also do for you.

Thank you!