Welcome Guest, Not a member yet? Register   Sign In
Session: Error while trying to free lock for ci_session
#48

Narf Wrote:2 is a bad decision in the first place.

It's necessary for performance as outlined in your documentation. None of the methods we call concurrently write session data. The library is auto-loaded for an auth check as our entire app is behind a login.

Narf Wrote:5 cannot happen because request B session_start() will block until request A's session_write_close() is complete. This is THE sole purpose of locking.

I have no idea what's going on then. Something isn't working properly if that scenario is supposed to be handled.
Reply


Messages In This Thread
RE: Session: Error while trying to free lock for ci_session - by spjonez - 06-08-2016, 06:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB