소스 검색

Enable session auto_start

Jordi Boggiano 12 년 전
부모
커밋
7e2edf09e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/config/config.yml

+ 1 - 1
app/config/config.yml

@@ -15,7 +15,7 @@ framework:
     session:
         name:           packagist
         lifetime:       3600
-        auto_start:     false
+        auto_start:     true
 
 # Twig Configuration
 twig: