in the configuration file of session.php I have
'lifetime' => 1,
'expire_on_close' => true,
one minute expires the session and expire_on_close must log out. However, it does not work for me, does not leave session
How I can do so that when the user session ends, laravel is out of session automatically?
for handling sessions I use the Auth de laravel.