Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

19 rader
583 B

  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: session.handler.native_file
  9. save_path: '%kernel.project_dir%/var/sessions/%kernel.environment%'
  10. cookie_lifetime: 57600
  11. cookie_secure: 'auto'
  12. cookie_samesite: 'lax'
  13. #esi: true
  14. #fragments: true
  15. php_errors:
  16. log: true