0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-05 00:30:26 +00:00

Allowed custom session expiry time

Closes 
This commit is contained in:
Dan Brown 2017-11-11 18:30:55 +00:00
parent d89440d198
commit 65579214e2
No known key found for this signature in database
GPG key ID: 46D9F943C24A2EF9

View file

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