0

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?

SEYED BABAK ASHRAFI
  • 4,093
  • 4
  • 22
  • 32

1 Answers1

1

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

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

GreenPepper
  • 138
  • 2
  • 11