symfony - Number of sessions in Symfony2 -
I am using a simphone 2. The session login is when the user login is successful.
How to get an active session count?
Do I have to write any code to get this information?
There is no way to do this in symfony2. You have to create custom logic to do this.
Comments
Post a Comment