My app uses Spring Boot and I want the user sessions timeout to be 12h. I put the server.session.timeout=43200 in my application.properties but the session is still expiring long before the 12 hours.
The app runs in a Tomcat 7 instance behind an Apache server. Do I need to do any extra configuration in the container or server?