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 ###
# Basic
APP_ALIAS=nineschool
APP_ALIAS=
APP_AUTH=MYSQL
APP_NAME=Nineschool
APP_NAME=
APP_ENV=PROD
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.
# Remove or comment this section to explicitly disable session support.
session:
name: '%env(APP_ALIAS)%'
handler_id: null
cookie_secure: auto
cookie_samesite: lax

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