Closed
Description
Q | A |
---|---|
Bug report? | no |
Feature request? | yes |
BC Break report? | no |
RFC? | no |
Symfony version | 4.1 |
As reported in symfony/symfony-docs#8420 PdoSessionHandler allows using PDO DSN ... which are completely different from the Doctrine DSN used in modern Symfony apps.
Adding Doctrine DSN support without breaking things would be simple because it's easy to detect which of the two DSN are being used. Is this something we want to do? Thanks!