Optional Readonlylifecycle?: SessionLifecycleHooksOptional lifecycle hooks for client connect/disconnect events
Optional Readonlystore?: SessionStoreCustom session store implementation.
When provided, replaces the built-in InMemorySessionStore. Useful for horizontal scaling with Redis, PostgreSQL, or another shared backend.
The store must implement the SessionStore interface.
Partial config for user overrides.