You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically, any Sails adapter that supports CRUD could be used as a session store this way if we put together a generic connect-sails-adapter module to do the mapping. I think that might be the best way to do it-- different projects are going to necessitate all different kinds of session store support.
To override the default storage engine for your application's session store. Just add the following to config/application.js
This will override the default that is setup in the Sails.JS core, allowing you to use mongodb for your session stores.
The text was updated successfully, but these errors were encountered: