Skip to content

IsolatedStorage, a way to store global data in a session

Microsoft Definition for Isolated Storage: “Provides data isolation for extensions

 

 

Isolated Storage

“Isolated storage” is a data storage method that allows you to isolate data between different extensions, even within the same extension.

It is possible to archive key-value pairs in an isolated archive and define the scope of the archived data (through an access level called “Data…

Continue Reading rs’s Article on their blog

https://robertostefanettinavblog.com/2022/11/09/isolatedstorage-a-way-to-store-global-data-in-a-session/

Blog Syndicated with rs’s Permission

Leave a Reply