Skip to content

Commit 19f414d

Browse files
committed
Align with NuGet.org's session duration
1 parent e00eca9 commit 19f414d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Website/Startup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ await context
6969
},
7070
options =>
7171
{
72-
options.ExpireTimeSpan = TimeSpan.FromHours(1);
73-
options.SlidingExpiration = false;
72+
options.ExpireTimeSpan = TimeSpan.FromHours(6);
73+
options.SlidingExpiration = true;
7474
options.AccessDeniedPath = "/Home/AccessDenied";
7575
});
7676

0 commit comments

Comments
 (0)