Closed
Description
The documentation at https://symfony.com/doc/current/doctrine/pdo_session_storage.html only shows a PDO DSN as configuration.
But In Symfony 3.4.5+ and 4.0.5+, PDOSessionHandler also supports URLs (that was merged as a bugfix, as DbalSessionHandler was deprecated in 3.4 but one of its use case was supporting URLs). The documentation should show it.