Skip to content

Commit b9f503b

Browse files
committed
docs: fix wrong CI version
This is a historical explanation.
1 parent d3cc282 commit b9f503b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ However, non-blocking requests in the context of sessions also means
7575
unsafe, because, modifications to session data (or session ID regeneration)
7676
in one request can interfere with the execution of a second, concurrent
7777
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.
78+
CodeIgniter 3 has a completely re-written Session library.
7979

8080
Why are we telling you this? Because it is likely that after trying to
8181
find the reason for your performance issues, you may conclude that locking

0 commit comments

Comments
 (0)