Parcourir la source

Enable session auto_start

Jordi Boggiano il y a 12 ans
Parent
commit
7e2edf09e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: