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 275dd97 commit df4ef14Copy full SHA for df4ef14
components/http_foundation/sessions.rst
@@ -14,8 +14,9 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
14
15
.. caution::
16
17
- Make sure your Sessions aren't already initliazed (which in Symfony is done automatically),
18
- as initializing the Session object causes the session to be started, which can lead to unexpected errors.
+ Make sure your Sessions aren't already initliazed (which in Symfony is
+ done automatically), as initializing the Session object causes the
19
+ session to be started, which can lead to unexpected errors.
20
21
Quick example::
22
0 commit comments