Welcome Guest, Not a member yet? Register   Sign In
Codeigniter session times out very often
#8

(05-02-2020, 12:15 AM)GloriousLion Wrote:
(03-16-2020, 09:29 AM)includebeer Wrote: You need to do a session_write_close as soon as you no longer need to write to the session data. This will release the lock to let other concurrent ajax call to access the session data in exclusive mode. It helps for performance, because it reduce the waiting time to get a lock on the session. But I don’t think there’s any effect on the session timeout.

Many thanks for that complete information!

this was helpful thanks
Reply


Messages In This Thread
RE: Codeigniter session times out very often - by tommyshelbyop - 04-11-2021, 11:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB