Advertisement
Guest User

Untitled

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