Implement SessionServiceProvider
platerocm opened this issue · 0 comments
platerocm commented
Hallo!
I wanna try to implement SessionServiceProvider (https://silex.symfony.com/doc/2.0/providers/session.html)
But I have problems at the moment of use $app['session'], beacuse $app it's not part of the controller endpoints, called from RoutesLoader.php.
Example: https://silex.symfony.com/doc/2.0/providers/session.html#usage
Some idea how I can implement this? Thanks. Regards.