sessions Archive
-
Store Symfony Sessions in Database with Propel
Posted on May 23, 2008 | 3 CommentsPreviously, 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... -
Store Symfony Sessions in Database with Doctrine
Posted on May 4, 2008 | 5 CommentsHere is how you can store your sessions in a central database with Doctrine in symfony. If you are trying to do this with Propel, the check out my follow...