hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Can we use this for sessionStorage too? #44

Closed eugeniosegura closed 2 years ago

eugeniosegura commented 2 years ago

Can we use this for sessionStorage too?

hanssens commented 2 years ago

No, Window.session is a browser thing and not related to this library at all.

Please see the "What is it not" in the README for more details. Hope that makes it clear.