Explorar el Código

Enable session auto_start

Jordi Boggiano hace 12 años
padre
commit
7e2edf09e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: