Explorar el Código

Update session config, increase session timeout from 2 days to 60 days

Daniel Supernault hace 5 años
padre
commit
b87952719f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/session.php

+ 1 - 1
config/session.php

@@ -29,7 +29,7 @@ return [
     |
     */
 
-    'lifetime' => env('SESSION_LIFETIME', 2880),
+    'lifetime' => env('SESSION_LIFETIME', 86400),
 
     'expire_on_close' => false,