I made a Blazor 8 Web app project with Interactive Server, individual Identity, per page/component.
so I just did debug it
registered one user
and login
close the tab or close the web browser each time
but the session cookie is still alive
Why does Blazor work like this, in default mode?
Even though I tried to put some more options in 'program.cs' it is not changed at all.
I want the session cookie to expire when I close the tab or the web browser. And Shouldn't it be the default practice like that?
