Closed
Description
If the session is already loaded:
Currently session handlers allow dynamically register new attribute bags, but does not initialize them on registering. And does not throw any exception that created session attribute bag is not saving any data to session.
Developer have to define custom session service and register all bags there (before session loads) or initialize bags by hands.
Symfony 2.4.2