File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,12 @@ Session workflow
69
69
Starts the session - do not use ``session_start() ``.
70
70
71
71
* :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::migrate `:
72
- Regenerates the session id - do not use ``session_regenerate_id() ``.
72
+ Regenerates the session ID - do not use ``session_regenerate_id() ``.
73
73
This method can optionally change the lifetime of the new cookie that will
74
74
be emitted by calling this method.
75
75
76
76
* :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::invalidate `:
77
- Clears the session data and regenerates the session id do not use ``session_destroy() ``.
78
- This is a shortcut for ``clear() `` and ``migrate() ``.
77
+ Clears the all session data and regenerates session ID do not use ``session_destroy() ``.
79
78
80
79
* :method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::getId `: Gets the
81
80
session ID. Do not use ``session_id() ``.
You can’t perform that action at this time.
0 commit comments