Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 53d4865

Browse files
authored
Change session cookie lifetime from testing value to "production value"
1 parent 0708179 commit 53d4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web/WebMVC/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
},
2929
"HttpClientRetryCount": 8,
3030
"HttpClientExceptionsAllowedBeforeBreaking": 7,
31-
"SessionCookieLifetimeMinutes": 1
32-
}
31+
"SessionCookieLifetimeMinutes": 60
32+
}

0 commit comments

Comments
 (0)