We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65ad28 commit 17932b9Copy full SHA for 17932b9
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 done
18
- automatically in the full-stack framework), as initializing the
19
- Session object causes the session to be started, which can lead
20
- 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