]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5c2e3f4
)
Made bookstack cookie name configurable
author
Dan Brown
<redacted>
Sat, 22 Sep 2018 10:41:46 +0000
(11:41 +0100)
committer
Dan Brown
<redacted>
Sat, 22 Sep 2018 10:42:02 +0000
(11:42 +0100)
Closes #1018
config/session.php
patch
|
blob
|
history
diff --git
a/config/session.php
b/config/session.php
index b334ffb3c255a5431e8694aa810105a980d8fe47..328fed27d7121f2a12b2dbb18f1ccd5cefac6691 100644
(file)
--- a/
config/session.php
+++ b/
config/session.php
@@
-109,7
+109,7
@@
return [
|
*/
- 'cookie' =>
'laravel_session'
,
+ 'cookie' =>
env('SESSION_COOKIE_NAME', 'bookstack_session')
,
/*
|--------------------------------------------------------------------------