Skip to content

Commit 793e570

Browse files
author
Drak
committed
Style fixes
1 parent 67a5ecd commit 793e570

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/http_foundation/session_php_legacy.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
single: HTTP
33
single: HttpFoundation, Sessions
44

5-
Integrating with legacy sessions
5+
Integrating with Legacy Sessions
66
================================
77

88
Sometimes it may be necessary to integrate Symfony into a legacy application
@@ -41,9 +41,9 @@ migration of your application to Symfony Sessions.
4141

4242
.. note::
4343

44-
Symfony Sessions store data like attributes in special 'Bags' which use a
45-
key in the ``$_SESSION`` superglobal. This means that a Symfony Session
46-
cannot access arbitary keys in ``$_SESSION`` that may be set by the legacy
47-
application, although all the ``$_SESSION`` contents will be saved when
48-
the session is saved.
44+
Symfony Sessions store data like attributes in special 'Bags' which use a
45+
key in the ``$_SESSION`` superglobal. This means that a Symfony Session
46+
cannot access arbitary keys in ``$_SESSION`` that may be set by the legacy
47+
application, although all the ``$_SESSION`` contents will be saved when
48+
the session is saved.
4949

0 commit comments

Comments
 (0)