Is there an inherent way to setup sessions to expire after a certain time. My current setup seems to be expiring after 30 minutes and I would like to disable that or at leas
App\Config\Session.php
check for lifetime...
you can also set...
Cookie::make('name', 'value', 60); // 1 hr