Level 7
You can change the timeout in config\session.php
although i would not change this to something to big for security.
1 like
Hello,
I am trying to make a form that I can leave open on an ipad 24/7 but the page of course expires.
Is there a way I can keep the page from expiring?
I´m running laravel 5.6
You can keep chattering to the server with an ajax request. This will keep the session alive as long as the browser is still open.
The most common solution is https://github.com/GeneaLabs/laravel-caffeine
Please or to participate in this conversation.