Skip to content

Commit 12c7bb9

Browse files
committed
docs: remove inaccurate description
1 parent 0ea35d6 commit 12c7bb9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

user_guide_src/source/libraries/sessions.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,8 @@ simply use the library's ``destroy()`` method:
360360
This method will work in exactly the same way as PHP's
361361
`session_destroy() <https://www.php.net/session_destroy>`_ function.
362362

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.
363+
This must be the last session-related operation that you do during the same request.
364+
All session data (including flashdata and tempdata) will be destroyed permanently.
367365

368366
.. _session-stop:
369367

0 commit comments

Comments
 (0)