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