We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f196bb commit 68e6314Copy full SHA for 68e6314
5-WebApp-AuthZ/5-2-Groups/Startup.cs
@@ -68,7 +68,6 @@ public void ConfigureServices(IServiceCollection services)
68
services.AddDistributedMemoryCache();
69
services.AddSession(options =>
70
{
71
- options.IdleTimeout = TimeSpan.FromMinutes(1);
72
options.Cookie.HttpOnly = true;
73
options.Cookie.IsEssential = true;
74
});
0 commit comments