Browse Source

Enable session auto_start

Jordi Boggiano 12 năm trước cách đây
mục cha
commit
7e2edf09e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: