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
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.