Posts by Alvaro • 9 points
1 post
-
0
votes0
answers31
viewsQ: How do I detect logout when the browser closes or when the session closes (timeout reached, inactivity, etc.) in Laravel 8?
I am trying to change the default behavior of the Illuminate Session Cookiesessionhandler class so that when the Destroy method is invoked it is registered in the database when a user session has…