We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62267a commit 8fdc1b0Copy full SHA for 8fdc1b0
1 file changed
src/main/resources/application.properties
@@ -6,6 +6,7 @@ spring.thymeleaf.cache=true
6
server.servlet.context-path=/mymoney
7
# Hold sessions indefinitely
8
server.servlet.session.timeout=0
9
+server.servlet.session.tracking-modes = cookie
10
11
# Actuator configuration
12
management.endpoints.web.exposure.include=info,metrics,health,loggers,httpexchanges,scheduledtasks,integrationgraph
0 commit comments