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.
Old sessions are left in the database after a server restart. We should create a cron job using
setIntervalto expire all old sessions every minute or so.