From 7cf18194602b58e4e257305d9f803479cc34e581 Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Thu, 25 Jun 2020 12:10:38 +0200 Subject: [PATCH] add session timeout --- prototype/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/prototype/src/main/resources/application.properties b/prototype/src/main/resources/application.properties index aee1c7d..0b43f33 100644 --- a/prototype/src/main/resources/application.properties +++ b/prototype/src/main/resources/application.properties @@ -14,6 +14,7 @@ spring.jpa.show-sql=true #spring.session.jdbc.schema=classpath:org/springframework/session/jdbc/schema-@@platform@@.sql #spring.session.jdbc.table-name=SPRING_SESSION #server.servlet.session.persistent=true +server.servlet.session.timeout=48h # ---------------------------------------- # WEB PROPERTIES spring.servlet.multipart.max-file-size=10MB