Laravel 8 Increase Session Timeout

Hello Dev,

Right this moment, i we’ll present you laravel eight improve session timeout. This text provides you with easy instance of laravel eight improve session timeout. you’ll laravel eight improve session timeout. On this article, we’ll implement a laravel eight improve session timeout.

So let’s observe few step to create instance of laravel eight improve session timeout.

Instance 1 : .env File

.env


SESSION_LIFETIME=525600

Instance 2: Utilizing Config File

config/session.php


<?php
  
use IlluminateSupportStr;
  
return [
  
    .....
  
    'lifetime' => 1 * (60 * 24 * 365),
  
    .....
  
]

I hope it would help you…

Komentar

Postingan populer dari blog ini

PHP 8 Multiple Select Dropdown Example

Laravel 8 Get HTTP Hostname

JQuery Drag And Drop Menu Example