-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session store adapter #171
Comments
It is 50/50 we'll go this route, so leaving this open. |
9 months later- while unlikely we'll add a This is not a priority, since it's mainly just for consistency. However, it would allow for things like putting your session in postgres, mongo, mysql, or sails-disk, not just redis. |
Update- all connect session stores are now supported. See fafa2e2 |
Include Session model in new projects, which is automatically hooked up to Express and Socket.io for accessibility via req.session. In can also be queried like any other model and hooked up to any adapter.
The text was updated successfully, but these errors were encountered: