Store Symfony Sessions in Database with Propel
By marc • May 23rd, 2008Previously, I wrote a post on how to store user sessions in a database using Doctrine. I figured that I would follow it up by writing this article to demonstrate how to do the same thing using Propel. The steps are pretty much similar, but with some slight variations.
Step1 - Create your sessions table
CREATE TABLE […]