IsolatedStorage, a way to store global data in a session

“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 Scope“).

Source : Roberto Stefanetti BLOG
Read more…