-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I'm creating this issue as a spin-off from #9 which was concerning abandoned session locks ending up in sessions_lock.
It was confirmed this is occurring when a PHP ends fatally due to a timeout for example.
As @nicktacular mentioned, we should investigate to see whether a registered PHP shudown function would even trigger in this scenario, and if it does actually trigger we should try to catch this and remove the lock.
Otherwise, we're going to need some sort of garbage collection process/monitor. I would prefer a solution that doesn't require a separate process.
Metadata
Metadata
Assignees
Labels
No labels