I want to update a database column on session expire after 15min of inactivity in laravel. Is there a way to trigger an update in the DB upon session expiration?
I have tried multiple solutions but it is not work for me. Can anyone please help me to resolve this?