Blazor webassembly pwa session storage not persisting after deployment to Azure
I am developing a Blazor webassembly pwa, locally running the project will store the user in the session storage and keep them there.
I am developing a Blazor webassembly pwa, locally running the project will store the user in the session storage and keep them there.
As in question. Is it possible to set variable in asp.net page in localStorage and retrieve it on the other page?