Closed
Description
Symfony version(s) affected: 4.4.9
Description
-
Looking for
session.handler
by runningbin/console debug:container session.handler-v
we get the result
-
But running a
bin/console debug:container SessionHandlerInterface -v
we get[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException] You have requested a non-existent service "session.handler".
How to reproduce
- Without any Service implements SessionHandlerInterface (the case for a fresh symfony installation from skeleton)
- Run the console command :
bin/console debug:container SessionHandlerInterface -v
Possible Solution
Additional context