File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
65
65
The :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session ` has a simple API
66
66
as follows divided into a couple of groups.
67
67
68
- Session workflow
68
+ Session Workflow
69
69
................
70
70
71
71
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::start `
@@ -91,7 +91,7 @@ Session workflow
91
91
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::setName `
92
92
Sets the session name. Do not use ``session_name() ``.
93
93
94
- Session attributes
94
+ Session Attributes
95
95
..................
96
96
97
97
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::set `
@@ -129,7 +129,7 @@ an array. A few methods exist for "Bag" management:
129
129
Gets the :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface `.
130
130
This is just a shortcut for convenience.
131
131
132
- Session metadata
132
+ Session Metadata
133
133
................
134
134
135
135
:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::getMetadataBag `
You can’t perform that action at this time.
0 commit comments