Blazor Server Application SQL Server Session State Management
I’m trying to implement SQL Server Session State Management in my Blazor Server Application in .net 8. I have this SessionDemo component but it does not save the session variable to the database table Session. Here are the codes: