25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
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