Created
August 26, 2012 02:06
-
-
Save stof/3473118 to your computer and use it in GitHub Desktop.
Storing Symfony 2.1 sessions outside the cache folder to keep them on deploy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
So simple, and yet saves so much headache when clearing cache.
Thanks!