Stores data which persists across a single session. When a user is logged out, this data is removed.
Removes all values from the persistent storage.
Retrieves an object from the persistent storage. Returns undefined if the object is not present
The key used to store the value
Removes a value from the persistent storage. If no value was stored, this function will have no effect.
Stores a value in the persistent storage.
The key to store the value under
The value to store
Stores data which persists across a single session. When a user is logged out, this data is removed.