Browse Source

Config session

Guillermo Espinoza 8 years ago
parent
commit
39e6a1fefa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/config/config.yml

+ 2 - 1
app/config/config.yml

@@ -42,7 +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.pdo
+        handler_id: session.handler.native_file
         save_path:   "%kernel.root_dir%/../var/sessions/%kernel.environment%"
     fragments:       ~
     http_method_override: true