silex-simple-rest
silex-simple-rest copied to clipboard
Implement SessionServiceProvider
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.