There was an error while loading. Please reload this page.
1 parent 5e79b63 commit bba6c5eCopy full SHA for bba6c5e
Startup.cs
@@ -31,7 +31,7 @@ public void ConfigureServices(IServiceCollection services)
31
services.AddSession(options =>
32
{
33
// Set a short timeout for easy testing.
34
- options.IdleTimeout = TimeSpan.FromSeconds(60);
+ options.IdleTimeout = TimeSpan.FromSeconds(300);
35
options.Cookie.HttpOnly = true;
36
});
37
}
0 commit comments