Proposal: Extract session persistence out of SessionManager #1688
rushidesai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently SessionManager is tied to file system based persistence. If we could extract that functionality out, it would enable external session persistence (for example in a SQL database). Roughly the design would look like this.
Implement NullSessionStore and FileSystemSessionStore
Replace persist flag with session store.
Beta Was this translation helpful? Give feedback.
All reactions