How many sessions Symfony app or PHP can manage at same time? How many sessions Symfony app or PHP can manage at same time? symfony symfony

How many sessions Symfony app or PHP can manage at same time?


It can be done by setting two firewalls in the security.yml file. One for "OneBundle" and the other one for your "TwoBundle" you can different security handler if you want (FOSUser for the first, Native for the second) so symfony security is really flexible.

[edit]

You can look at these pages in the symfony configuration: