Selaa lähdekoodia

Config session

Guillermo Espinoza 8 vuotta sitten
vanhempi
commit
f06f274484
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/config/config.yml

+ 2 - 1
app/config/config.yml

@@ -38,7 +38,8 @@ framework:
     session:
         name: flowdat_stats_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