silex-simple-rest icon indicating copy to clipboard operation
silex-simple-rest copied to clipboard

Implement SessionServiceProvider

Open platerocm opened this issue 7 years ago • 0 comments

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.

platerocm avatar Sep 09 '17 16:09 platerocm