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
Old sessions are left in the database after a server restart. We should create a cron job using setInterval to expire all old sessions every minute or so.
The text was updated successfully, but these errors were encountered:
Actually on second thought, all we need is to check for old sessions upon login once, expire them. For sessions that are still valid, add a setInterval callback to expire them at the proper time
Old sessions are left in the database after a server restart. We should create a cron job using
setInterval
to expire all old sessions every minute or so.The text was updated successfully, but these errors were encountered: