Welcome Guest, Not a member yet? Register   Sign In
Sessions Performance Issue (php7.1, CI 3.1.5)
#7

You can read from sessions after calling session_write_close( ); but you can't write to them. In every controller method either call this first inside your method or immediately after the last session write call. This is assuming you're auto-loading the session library. If you aren't you can call close in the places you do use sessions after you're done writing to them.
Reply


Messages In This Thread
RE: Sessions Performance Issue (php7.1, CI 3.1.5) - by spjonez - 09-22-2017, 11:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB