cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.52k stars 240 forks source link

How to list all active sessions? #462

Closed dk-jessn closed 5 years ago

dk-jessn commented 5 years ago

How do I retrieve a list of active sessions / users? I am not talking about the current session / user, but all active sessions / users that is currently logged in.

brunogaspar commented 5 years ago

Hello @jni-heyloyalty

Can you determine if $user->persistences returns what you want to achieve?

brunogaspar commented 5 years ago

Closing due to lack of activity. Feel free to reopen if you still have issues or other questions.