Memory-based session storage is typically used to maintain a high-performance session when the persisting of a session state and messages to the file system is not required.
To create such a session, the storageType parameter in the OnixS::ICE::BOE::Session::Session constructor has to be set to the OnixS::ICE::BOE::SessionStorageType::MemoryBased value.
For these purposes, storageType parameter of the OnixS::ICE::BOE::Session::Session constructor is available. Once OnixS::ICE::BOE::SessionStorageType::MemoryBased value will be specified as value for the storageType parameter, session-related data will be logged into memory.