Skip to content

MemoryStoreConfig

Configuration for the memory.store() middleware.

backend: SessionStore

Session store backend implementing SessionStore interface.


optional ttl?: number

Session TTL in seconds. Backends that support expiration will auto-cleanup.