Setting maximum logged in time in Laravel
I searched but could not find a way to set a timeout for the active session. I'm using Laravel 10 and using the cookie session driver since there are multiple servers. I want to control the session time with by…