| Q |
A |
| Bug report? |
no |
| Feature request? |
no |
| BC Break report? |
yes |
| RFC? |
no |
| Symfony version |
4.0.4 |
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?
Regards