nommer la session

This commit is contained in:
afornerot 2020-07-20 11:14:57 +02:00
parent 54ffb73121
commit a7434f5a49
3 changed files with 3 additions and 2 deletions

View File

@ -26,9 +26,9 @@ APP_SECRET=52c1cb88ee822cd2643abe29e16a68a6
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
# Basic # Basic
APP_ALIAS=nineschool APP_ALIAS=
APP_AUTH=MYSQL APP_AUTH=MYSQL
APP_NAME=Nineschool APP_NAME=
APP_ENV=PROD APP_ENV=PROD
APP_CRON=false APP_CRON=false

View File

@ -6,6 +6,7 @@ framework:
# Enables session support. Note that the session will ONLY be started if you read or write from it. # Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support. # Remove or comment this section to explicitly disable session support.
session: session:
name: '%env(APP_ALIAS)%'
handler_id: null handler_id: null
cookie_secure: auto cookie_secure: auto
cookie_samesite: lax cookie_samesite: lax

0
tmpl/nineskeletor-env.local Normal file → Executable file
View File