Definition at line 29 of file SessionStorageType.h.
◆ Enum
Enumerator |
---|
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 system asynchronous in the separated thread.
|
MemoryBased | The memory based storage. The session's state and messages are NOT persisted.
|
Pluggable | The custom session storage.
|
Definition at line 30 of file SessionStorageType.h.
◆ toString()
Returns the string representation of the given Session Storage type.