SessionStorageMemory
class SessionStorageMemory : SessionStorage
SessionStorage that stores session contents into memory.
Since it doesn’t use any TTL sessions, memory usage will increase while the application is running and session information will be discarded once the server stops.
This is intended for development.
Constructors
SessionStorageMemory() SessionStorage that stores session contents into memory. |
Functions
Invalidates session id. |
|