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
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Add a timing mechanism to let sessions automatically expire after a given time. We need a callback too to let the user save data when the session expires. Also expire all sessions (and call the callbacks on them) when the server shuts down.
Add a timing mechanism to let sessions automatically expire after a given time. We need a callback too to let the user save data when the session expires. Also expire all sessions (and call the callbacks on them) when the server shuts down.