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
We currently use connect-sqlite3, which always uses an sqlite3-db for session storage, even when mysql or oracle is used for the main database. We could switch over to connect-session-knex, which can be used with the already existing database setup.
The text was updated successfully, but these errors were encountered:
We currently use
connect-sqlite3
, which always uses an sqlite3-db for session storage, even when mysql or oracle is used for the main database. We could switch over toconnect-session-knex
, which can be used with the already existing database setup.The text was updated successfully, but these errors were encountered: