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