nicktacular / php-mongo-session

A PHP session handler with a Mongo DB backend.
MIT License
18 stars 6 forks source link

unlock exception - stuck lock #10

Closed rocksfrow closed 9 years ago

rocksfrow commented 9 years ago

I have been trying to debug the fact I am ending up with records in sessions_locks (sessions getting stuck locked).

After further debugging, I confirmed an exception is occurring on the UNLOCK.

"unlock exception: no lock acquired for uoobqnavd5a43gjt7e1qk7j0d5"

This may be a bug introduced from my changes.

rocksfrow commented 9 years ago

Issue is internal to my fork -- closing.