We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fb45d commit 13aeea7Copy full SHA for 13aeea7
components/http_foundation/sessions.rst
@@ -14,8 +14,6 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
14
15
Quick example::
16
17
- use Symfony\Component\HttpFoundation\Session\Session;
18
-
19
$session = $this->getRequest()->getSession();
20
$session->start();
21
@@ -289,8 +287,6 @@ to be used for more complex messaging in your application.
289
287
290
288
Examples of setting multiple flashes::
291
292
293
294
295
296
0 commit comments