File tree 1 file changed +3
-1
lines changed
components/http_foundation
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,9 @@ Example usage::
91
91
Migrating Between Save Handlers
92
92
-------------------------------
93
93
94
+ .. versionadded :: 4.1
95
+ The ``MigratingSessionHandler `` class was introduced in Symfony 4.1.
96
+
94
97
If your application changes the way sessions are stored, use the
95
98
:class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ Handler\\ MigratingSessionHandler `
96
99
to migrate between old and new save handlers without losing session data.
@@ -110,7 +113,6 @@ This is the recommended migration workflow:
110
113
111
114
#. After verifying that the sessions in your application are working, switch
112
115
from the migrating handler to the new handler.
113
- $sessionStorage = $newSessionStorage;
114
116
115
117
Configuring PHP Sessions
116
118
~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments