Welcome Guest, Not a member yet? Register   Sign In
Do not use the CI 4 session library
#6

Session without lock has issues on race conditions. If it is not read only session, session data may be lost.
Read https://codeigniter4.github.io/CodeIgnit...oncurrency

The current Lock Retry Interval in CI 4.4.6 is 0.1 seconds, not 1 second. And in 4.5.0, you will be able to configure:
https://github.com/codeigniter4/CodeIgni...d2f5f4R113
Reply


Messages In This Thread
Do not use the CI 4 session library - by ElTomTom - 03-25-2024, 07:14 AM
RE: Do not use the CI 4 session library - by joho - 03-26-2024, 04:04 PM
RE: Do not use the CI 4 session library - by joho - 03-28-2024, 07:49 AM
RE: Do not use the CI 4 session library - by kenjis - 03-28-2024, 03:27 PM
RE: Do not use the CI 4 session library - by joho - 03-28-2024, 04:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB