소스 검색

Config session

Guillermo Espinoza 8 년 전
부모
커밋
f06f274484
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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