Skip to content

Commit 1f471a5

Browse files
authored
Set session timeout (#689)
1 parent e817c77 commit 1f471a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user-interface/src/main/resources/application.properties

+2
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,5 @@ qbic.communication.documentation.url=${DOCUMENTATION_URL:https://qbicsoftware.gi
131131
qbic.communication.contact.email=${CONTACT_EMAIL:[email protected]}
132132
qbic.communication.contact.subject=${CONTACT_SUBJECT:Data Management Question}
133133
qbic.communication.api.url=${API_URL:https://download.qbic.uni-tuebingen.de/swagger-ui.html}
134+
################# Session handling ############################################
135+
server.servlet.session.timeout=${SESSION_TIMEOUT:30m}

0 commit comments

Comments
 (0)