how to update database column on session expire in laravel

101 views Asked by At

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?

0

There are 0 answers