I would like to ensure my users who forget to logout and leave their browser tab open are logged out automatically after a certain number of minutes. We are not high security, so 20-30 minutes would be good.
I have seen reference to the application property jmix.ui.http-session-expiration-timeout-sec
in some forum topics, but this does not appear in the documentation. Setting this value does not seem to do anything.
When reading about Vaadin timeouts, there is a lot of confusion about the various settings, heartbeats, and HTTP session versus Vaadin session, etc.
The simple request is: how should I configure jmix so a user who does not touch their browser is logged out automatically after 30 minutes?
Thanks for your help!
-Jeff