Explorar el Código

Config session

Guillermo Espinoza hace 8 años
padre
commit
39e6a1fefa
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/config/config.yml

+ 2 - 1
app/config/config.yml

@@ -42,7 +42,8 @@ framework:
     session:
     session:
         name: ftth_session
         name: ftth_session
         # http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
         # http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
-        handler_id: session.handler.pdo
+#        handler_id: session.handler.pdo
+        handler_id: session.handler.native_file
         save_path:   "%kernel.root_dir%/../var/sessions/%kernel.environment%"
         save_path:   "%kernel.root_dir%/../var/sessions/%kernel.environment%"
     fragments:       ~
     fragments:       ~
     http_method_override: true
     http_method_override: true