Welcome Guest, Not a member yet? Register   Sign In
how to optimize SESSION on codeigniter ?
#5

Hc-innov is right. Read this page carefully! It clearly says to NOT remove the lock and what to do instead:

Quote:you may conclude that locking is the issue and therefore look into how to remove the locks …

DO NOT DO THAT! Removing locks would be wrong and it will cause you more problems!

Locking is not the issue, it is a solution.
...
Long story short - call session_write_close() once you no longer need anything to do with session variables.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: how to optimize SESSION on codeigniter ? - by includebeer - 07-24-2019, 12:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB