Browse Source

increase session lifetime

master
Aaron Parecki 6 years ago
parent
commit
1a275961ba
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/session.php

+ 1
- 1
config/session.php View File

@ -29,7 +29,7 @@ return [
|
*/
'lifetime' => 120,
'lifetime' => 10000,
'expire_on_close' => false,

Loading…
Cancel
Save