소스 검색

se cambio nombre sesion

Guillermo Espinoza 8 년 전
부모
커밋
22444e87f5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/config/config.yml

+ 1 - 0
app/config/config.yml

@@ -30,6 +30,7 @@ framework:
     trusted_hosts:   ~
     trusted_proxies: ~
     session:
+        name: ftth_session
         # http://symfony.com/doc/current/reference/configuration/framework.html#handler-id
         handler_id:  session.handler.native_file
         save_path:   "%kernel.root_dir%/../var/sessions/%kernel.environment%"