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
The current implementation makes no attempt to purge old sessions. However, this should be fairly easy to do, one would need only implement a cron job that finds all sessions with an ID less than a certain number (as calculated based on the current system time), and deletes them.
The text was updated successfully, but these errors were encountered:
The current implementation makes no attempt to purge old sessions. However, this should be fairly easy to do, one would need only implement a cron job that finds all sessions with an ID less than a certain number (as calculated based on the current system time), and deletes them.
The text was updated successfully, but these errors were encountered: