Tag Archives: doctrine

symfony Doctrine database session storage

Sessions are normally managed by your server and depending upon how involved you get with the PHP setup you need never know how this data is stored. The default setup for PHP is to store session data in temporary files on the server. So why would we want to change how sessions are handled and [...]

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