How can I index all active sessions of a user in laravel and manage them?

992 Views Asked by At

I want to give users a capability to index his/her active sessions and terminate them on other devices. I am looking for something that is possible in messengers.

Is there any way to do this?

1

There are 1 best solutions below

0
On BEST ANSWER

If you switch to a database session driver, you could get your results with a query.

https://laravel.com/docs/master/session#driver-prerequisites