]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/config.yml
Switch to Symfony 3 structure
[github/wallabag/wallabag.git] / app / config / config.yml
index 5fac31929408297b3c05d2cf3df29106f00cabf4..133fc12fe6109a41b111a13c2cdaaaf37e941400 100644 (file)
@@ -21,7 +21,8 @@ framework:
     trusted_proxies: ~
     session:
         # handler_id set to null will use default session handler from php.ini
-        handler_id:  ~
+        handler_id:  session.handler.native_file
+        save_path:   "%kernel.root_dir%/../var/sessions/%kernel.environment%"
     fragments:       ~
     http_method_override: true