Welcome Guest, Not a member yet? Register   Sign In
session.save_path ERROR
#3

Because:

1. CI doesn't use the Memcached session handler; it has its own implementation.
2. Locking is a MUST and you're not allowed to disable it, by design. This is the main reason why CI_Session was rewritten for CI3 in the first place.

The error means that write() returned FALSE - nothing else, you'd have to dig into it to see why.
Reply


Messages In This Thread
session.save_path ERROR - by jcarpenter - 01-08-2017, 03:38 PM
RE: session.save_path ERROR - by jcarpenter - 01-10-2017, 08:23 AM
RE: session.save_path ERROR - by Narf - 01-10-2017, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB