Closed prphntm63 closed 3 years ago
connect.session() is a runtime session manager. If the application crashes or the dyno restarts, all users will be logged out. Any users currently filling scoresheets may lose their data.
connect.session()
Switch to managing sessions through connect-session-sequelize to implement persistent sessions.
connect-session-sequelize
connect.session()
is a runtime session manager. If the application crashes or the dyno restarts, all users will be logged out. Any users currently filling scoresheets may lose their data.Switch to managing sessions through
connect-session-sequelize
to implement persistent sessions.