Parcourir la source

Pdo session handler

Guillermo Espinoza il y a 8 ans
Parent
commit
095e6c6c2c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/config/config.yml

+ 2 - 2
app/config/config.yml

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