diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 6e7cd0b..9293aca 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -9,9 +9,8 @@ framework: # Remove or comment this section to explicitly disable session support. session: handler_id: null - cookie_secure: auto - # cookie_samesite: lax - cookie_samesite: none # this is to make login work in staging environment. to be removed when going live! + cookie_secure: true + cookie_samesite: lax #esi: true #fragments: true diff --git a/templates/booking/create/authenticate.html.twig b/templates/booking/create/authenticate.html.twig index 072a91b..e4dfd66 100644 --- a/templates/booking/create/authenticate.html.twig +++ b/templates/booking/create/authenticate.html.twig @@ -45,7 +45,7 @@ {% include '_partials/_alert.html.twig' with { 'level': 'error', messages: [ error.messageKey|trans(error.messageData, 'security') ] } %} {% endif %} -