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 17932b9 commit 3851f79Copy full SHA for 3851f79
components/http_foundation/sessions.rst
@@ -14,10 +14,10 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
14
15
.. caution::
16
17
- Make sure your sessions aren't already initialized (which is,
18
- for example, automatically done in the full-stack framework).
19
- As initializing the Session object causes the session to be
20
- started, which can lead to unexpected errors.
+ Make sure your sessions aren't already initialized (which is, for example,
+ automatically done in the full-stack framework). As initializing the
+ Session object causes the session to be started, which can lead to unexpected
+ errors.
21
22
Quick example::
23
0 commit comments