According to the documentation of Spring Boot, session timeout can be configured by setting
server.servlet.session.timeout= 300s
in
spring doc The latest version of SpringBoot is using the following properties.
server.servlet.session.timeout=30m