deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box
https://deployer.org
MIT License
10.59k stars 1.48k forks source link

Adding session directory to symfony3 recipe #570

Closed dschoschu closed 8 years ago

dschoschu commented 8 years ago

Symfony 3 uses the directory var/sessions to store all sessions created. This directory is missing in der symfony3 recipe.

It should at least be added to the "writable_dirs" array. Additionally I think it should be also added to the "shared_dirs" array to ensure that the sessions are not destroyed during deployment.

Source that it should be writable: http://symfony.com/doc/current/book/installation.html#checking-symfony-application-configuration-and-setup

oanhnn commented 8 years ago

Thank for your report!