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
Currently, session information is stored in memory so if the server restarts/crashes/runs out of memory/etc the session is lost, I'm also unsure if the current session method supports multi-user login.
Currently, session information is stored in memory so if the server restarts/crashes/runs out of memory/etc the session is lost, I'm also unsure if the current session method supports multi-user login.
https://github.com/koajs/session
Use the "Session" model located in backend/prisma/schema.prisma
Diagram: https://dbdiagram.io/d/62dfe8db0d66c74655535221
The text was updated successfully, but these errors were encountered: