diff --git a/Program.cs b/Program.cs index e413b02..80018da 100644 --- a/Program.cs +++ b/Program.cs @@ -9,11 +9,6 @@ builder.Services.AddControllersWithViews(); builder.Services.AddSignalR(); builder.Services.AddSingleton(); -builder.Services.AddSession(options => -{ - options.IdleTimeout = TimeSpan.FromMinutes(30); -}); - builder.Services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme).AddCookie(o => { o.LoginPath = "/login";