Skip to content

Commit 6b68e48

Browse files
Changed paragraph to heading
1 parent 1d571ca commit 6b68e48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/http_foundation/sessions.rst

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple A
6666
as follows divided into a couple of groups.
6767

6868
Session workflow
69+
................
6970

7071
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::start`
7172
Starts the session - do not use ``session_start()``.
@@ -91,6 +92,7 @@ Session workflow
9192
Sets the session name. Do not use ``session_name()``.
9293

9394
Session attributes
95+
..................
9496

9597
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::set`
9698
Sets an attribute by key.
@@ -128,6 +130,7 @@ an array. A few methods exist for "Bag" management:
128130
This is just a shortcut for convenience.
129131

130132
Session metadata
133+
................
131134

132135
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`
133136
Gets the :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\MetadataBag`

0 commit comments

Comments
 (0)