I'm searching for Create Sessions Manager page in Yii2
Framework.
I am looking for solution to the following problems:
List all current sessions active in server, get user's information from sessions such as: 1. username 2. ip 3. current url
Is there any example? I am new in Yii
, so any help would be appreciated.