We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea35d6 commit 12c7bb9Copy full SHA for 12c7bb9
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -360,10 +360,8 @@ simply use the library's ``destroy()`` method:
360
This method will work in exactly the same way as PHP's
361
`session_destroy() <https://www.php.net/session_destroy>`_ function.
362
363
-.. note:: This must be the last session-related operation that you do
364
- during the same request. All session data (including flashdata and
365
- tempdata) will be destroyed permanently and functions will be
366
- unusable during the same request after you destroy the session.
+This must be the last session-related operation that you do during the same request.
+All session data (including flashdata and tempdata) will be destroyed permanently.
367
368
.. _session-stop:
369
0 commit comments