We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54df338 commit 480896eCopy full SHA for 480896e
components/http_foundation/sessions.rst
@@ -74,7 +74,7 @@ Session workflow
74
be emitted by calling this method.
75
76
* :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::invalidate`:
77
- Clears the all session data and regenerates session ID do not use ``session_destroy()``.
+ Clears all session data and regenerates session ID. Do not use ``session_destroy()``.
78
79
* :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getId`: Gets the
80
session ID. Do not use ``session_id()``.
0 commit comments