framework.yaml 448 B

12345678910111213141516
  1. framework:
  2. secret: '%env(APP_SECRET)%'
  3. csrf_protection: true
  4. #http_method_override: true
  5. # Enables session support. Note that the session will ONLY be started if you read or write from it.
  6. # Remove or comment this section to explicitly disable session support.
  7. session:
  8. handler_id: null
  9. cookie_secure: auto
  10. cookie_samesite: lax
  11. #esi: true
  12. #fragments: true
  13. php_errors:
  14. log: true