SESS_KEY
SESS_KEY
Session data storage key.
Hashtable implementation that ensures persistency of data within a given session, without using session storage. Instead, VFS is used to store the data.
The data is attempted to be removed at the end of the session, so there is no guarantee of persistence across sessions.