File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ However, non-blocking requests in the context of sessions also means
8080unsafe, because, modifications to session data (or session ID regeneration)
8181in one request can interfere with the execution of a second, concurrent
8282request. This detail was at the root of many issues and the main reason why
83- CodeIgniter 3.0 has a completely re-written Session library.
83+ CodeIgniter 4 has a completely re-written Session library.
8484
8585Why are we telling you this? Because it is likely that after trying to
8686find the reason for your performance issues, you may conclude that locking
@@ -387,7 +387,7 @@ Destroying a Session
387387
388388To clear the current session (for example, during a logout), you may
389389simply use either PHP's `session_destroy() <http://php.net/session_destroy >`_
390- function, or the `` sess_destroy () `` method. Both will work in exactly the
390+ function, or the library's `` destroy () `` method. Both will work in exactly the
391391same way::
392392
393393 session_destroy();
You can’t perform that action at this time.
0 commit comments