Skip to content

Instantly share code, notes, and snippets.

@mateusz-szafarz
Forked from stof/config.yml
Created November 19, 2012 12:02
Show Gist options
  • Select an option

  • Save mateusz-szafarz/4110313 to your computer and use it in GitHub Desktop.

Select an option

Save mateusz-szafarz/4110313 to your computer and use it in GitHub Desktop.
Storing Symfony 2.1 sessions outside the cache folder to keep them on deploy
framework:
session:
save_path: "%kernel.root_dir%/sessions/%kernel.environment%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment