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 has been archived by the owner on Dec 12, 2023. It is now read-only.
Currently, expired sessions are not deleted until the user with the matching session.id comes back. Especially in case of the memory driver it can lead to memory leaks. The solution is to periodically clean up expired sessions independently from the request. I assume simple cron job will be sufficient here.
Additional information
Note: the idea is originated from the discussion in #16 (comment)
The text was updated successfully, but these errors were encountered:
Describe the feature
Currently, expired sessions are not deleted until the user with the matching
session.id
comes back. Especially in case of thememory
driver it can lead to memory leaks. The solution is to periodically clean up expired sessions independently from the request. I assume simple cron job will be sufficient here.Additional information
Note: the idea is originated from the discussion in #16 (comment)
The text was updated successfully, but these errors were encountered: