ASP.NET Core 8 : Singleton Pattern With HttpContextAccessor Dose not Work Together
I’m developing an asp.net core application and using the Singleton Pattern for Session management, but when I want to read the values, it displays the null value !!
I’m developing an asp.net core application and using the Singleton Pattern for Session management, but when I want to read the values, it displays the null value !!