#define ONIXS_FIXENGINE_API
The session Storage type.
@ Undefined
The storage type is undefined.
@ FileBased
The file based storage. The session's state and messages are persisted to the file system.
@ AsyncFileBased
The asynchronous file based storage. The session's state and messages are persisted to the file syste...
@ Pluggable
The custom session storage.
@ MemoryBased
The memory based storage. The session's state and messages are NOT persisted.
static ONIXS_FIXENGINE_API const char * toString(SessionStorageType::Enum value)
Returns the string representation of the given Session Storage type.