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

I think you need to do session_write_close in the start of your Ajax functions. So session will be closed and other Ajax requests can be processed even if first request does not finish. One other thing to mention if you do session_write_close, then you could not store information to the sessions in that request, because session file will be closed for write.
Reply


Messages In This Thread
RE: Codeigniter session times out very often - by muyassarov - 03-15-2020, 11:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB