Hi
We’re about to migrate our applications using laminas-migration. Many thanks for providing this tool to the authors.
For deployment to production, we aim to keep login states of logged-in users. We’re using zend-session at the moment. All session files, are prefixed with __ZF while laminas-session will use __LAMINAS while the source does not seem to be backwards compatible at a quick glance. The content of each session file itself also carries references to Zend which needs replacement.
Is this something which has been adressed before with a tool?
Regards
Fabian