Tag Archives: optimization

symfony APC cache and Memcache session storage

In a previous post I described some of the reasons why you would want to store your session data in an alternate location to temporary files on your server. I explained the setup of database session storage using Doctrine and how this would allow you to take advantage of storing session data in a database. [...]

Posted in php, symfony | Also tagged , , | 3 Comments