You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I start migration from symfony:3.3.15 to symfony:4.0.4, in upgrade documentation there is suggestion to move src/AppBundle/ to src/. In my case this step changes namespace from MyVendor\MyProject\AppBundle to MyVendor\MyProject. Sessions of authorized users contain old namespaces.
I have a question: how I could migrate stored sessions, without logout every user?