]> BookStack Code Mirror - bookstack/commitdiff
Made bookstack cookie name configurable
authorDan Brown <redacted>
Sat, 22 Sep 2018 10:41:46 +0000 (11:41 +0100)
committerDan Brown <redacted>
Sat, 22 Sep 2018 10:42:02 +0000 (11:42 +0100)
Closes #1018

config/session.php

index b334ffb3c255a5431e8694aa810105a980d8fe47..328fed27d7121f2a12b2dbb18f1ccd5cefac6691 100644 (file)
@@ -109,7 +109,7 @@ return [
     |
     */
 
-    'cookie' => 'laravel_session',
+    'cookie' => env('SESSION_COOKIE_NAME', 'bookstack_session'),
 
     /*
     |--------------------------------------------------------------------------