dotnet / dotnet/aspnetcore

Blazor Server Session Manage

Open
#62,361 0 comments 0 reactions 0 assignees View on GitHub
area-blazor
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

"Hi, I want to manage user sessions in a Blazor Server application with the following requirements:"

No JavaScript – I do not want to use any JavaScript for session handling.

Multi-tab session sync – If the app is opened in multiple tabs in the same browser, starting or updating a session in one tab should automatically reflect in all the other tabs.

Session persistence on page refresh – The session should remain active and accessible even after refreshing the page.

No Entity Framework – I don't want to use Entity Framework or any database ORM.

No third-party packages – I want to achieve this only with built-in .NET/Blazor tools, without relying on external libraries.

Server-side session management – The session data should be stored and managed on the server.

No cookies

i need somthing like mvc Session

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.