Do not use the CI 4 session library |
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 |
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 kenjis - 03-25-2024, 06:29 PM
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 ElTomTom - 03-28-2024, 06:57 AM
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 ElTomTom - 04-10-2024, 11:29 AM
RE: Do not use the CI 4 session library - by joho - 03-28-2024, 04:58 PM
RE: Do not use the CI 4 session library - by kenjis - 04-10-2024, 03:09 PM
RE: Do not use the CI 4 session library - by ElTomTom - 04-29-2024, 12:20 PM
RE: Do not use the CI 4 session library - by kenjis - 04-29-2024, 05:41 PM
|