Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b68e48

Browse filesBrowse files
Changed paragraph to heading
1 parent 1d571ca commit 6b68e48
Copy full SHA for 6b68e48

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎components/http_foundation/sessions.rst

Copy file name to clipboardExpand all lines: components/http_foundation/sessions.rst
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.