Closed thorstenfleischmann closed 2 years ago
When calling session.open(nil, true) with a invalid session (i.E. "cookie has invalid signature") the session lock is not removed. Subsequent calls will fail with unable to acquire a session lock
session.open(nil, true)
unable to acquire a session lock
I was not able to close the session by myself after getting the error. So having this code the lock remained:
session.open(nil, true) session:close()
When calling
session.open(nil, true)
with a invalid session (i.E. "cookie has invalid signature") the session lock is not removed. Subsequent calls will fail withunable to acquire a session lock