Skip to content

Commit 6c04ec4

Browse files
authored
Merge pull request #439 from Azure-Samples/Shama-K/Updates
Updated Session Timeout
2 parents 4f196bb + 68e6314 commit 6c04ec4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: 5-WebApp-AuthZ/5-2-Groups/Startup.cs

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public void ConfigureServices(IServiceCollection services)
6868
services.AddDistributedMemoryCache();
6969
services.AddSession(options =>
7070
{
71-
options.IdleTimeout = TimeSpan.FromMinutes(1);
7271
options.Cookie.HttpOnly = true;
7372
options.Cookie.IsEssential = true;
7473
});

0 commit comments

Comments
 (0)