Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. /*
  2. |--------------------------------------------------------------------------
  3. | Session Lifetime
  4. |--------------------------------------------------------------------------
  5. |
  6. | Here you may specify the number of minutes that you wish the session
  7. | to be allowed to remain idle before it expires. If you want them
  8. | to immediately expire on the browser closing, set that option.
  9. |
  10. */
  11.  
  12. 'lifetime' => env('SESSION_LIFETIME', 120), // The default is 120
  13. 'expire_on_close' => false,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement