mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Introduce an env variable for the Session Cookie Path
This commit is contained in:
@ -73,6 +73,7 @@ SESSION_DRIVER=file
|
||||
# Session configuration
|
||||
SESSION_LIFETIME=120
|
||||
SESSION_COOKIE_NAME=bookstack_session
|
||||
SESSION_COOKIE_PATH=/
|
||||
SESSION_SECURE_COOKIE=false
|
||||
|
||||
# Cache key prefix
|
||||
|
Reference in New Issue
Block a user