We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c7bb9 commit cba7713Copy full SHA for cba7713
1 file changed
user_guide_src/source/libraries/sessions.rst
@@ -363,6 +363,9 @@ This method will work in exactly the same way as PHP's
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.
365
366
+.. note:: You do not have to call this method from usual code. Cleanup session
367
+ data rather than destroying the session.
368
+
369
.. _session-stop:
370
371
stop()
0 commit comments