nommer la session
This commit is contained in:
parent
54ffb73121
commit
a7434f5a49
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue