We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cc282 commit b9f503bCopy full SHA for b9f503b
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -75,7 +75,7 @@ However, non-blocking requests in the context of sessions also means
75
unsafe, because, modifications to session data (or session ID regeneration)
76
in one request can interfere with the execution of a second, concurrent
77
request. This detail was at the root of many issues and the main reason why
78
-CodeIgniter 4 has a completely re-written Session library.
+CodeIgniter 3 has a completely re-written Session library.
79
80
Why are we telling you this? Because it is likely that after trying to
81
find the reason for your performance issues, you may conclude that locking
0 commit comments