After the last update to 4.0.0-alpha1, my persistent variables return the following error:
Service 'sessionBag' wasn't found in the dependency injection container
This happens for example if I try this:
public function indexAction(){
$this->persistent->direction= "DESC";
}
Is there a new method for persistent variables ? Should I use a SessionBag instead ?