File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
single: HTTP
3
3
single: HttpFoundation, Sessions
4
4
5
- Integrating with legacy sessions
5
+ Integrating with Legacy Sessions
6
6
================================
7
7
8
8
Sometimes it may be necessary to integrate Symfony into a legacy application
@@ -41,9 +41,9 @@ migration of your application to Symfony Sessions.
41
41
42
42
.. note ::
43
43
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.
49
49
You can’t perform that action at this time.
0 commit comments