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 df4ef14 commit 6e6b19fCopy full SHA for 6e6b19f
components/http_foundation/sessions.rst
@@ -14,9 +14,10 @@ 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
18
- done automatically), as initializing the Session object causes the
19
- session to be started, which can lead to unexpected errors.
+ Make sure your Sessions aren't already initliazed (which is done
+ automatically in the full-stack framework), as initializing the
+ Session object causes the session to be started, which can lead
20
+ to unexpected errors.
21
22
Quick example::
23
0 commit comments