-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Closed
Description
Symfony version(s) affected: 4.4.9
Description
-
Looking for
session.handlerby runningbin/console debug:container session.handler-vwe get the result

-
But running a
bin/console debug:container SessionHandlerInterface -vwe 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