ソースを参照

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: