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