davidyell / Learning-Symfony2

Learning Symfony2 by recreating a Stack Exchange website
MIT License
3 stars 0 forks source link

[Insight] Sessions should not be saved in the cache directory #23

Closed davidyell closed 10 years ago

davidyell commented 10 years ago

In production, the sessions should be stored outside of the cache directory. This prevents existing sessions from being removed when the cache is cleared


Posted from SensioLabsInsight