Re: [symfony-users] Symfony's Database Session's table structure.

2010-01-20 Thread Eno
On Tue, 19 Jan 2010, a...@speedypin.com wrote: > I want to use a database managed session system as opposed to > filesystem based. > > My question is : > What would symfony expect for the table structure of sessions table to > be, both columns and data types? As usual, this is documented: http:

[symfony-users] Symfony's Database Session's table structure.

2010-01-19 Thread a...@speedypin.com
I want to use a database managed session system as opposed to filesystem based. My question is : What would symfony expect for the table structure of sessions table to be, both columns and data types? So far I have found and done: a) add a factory.yml entry for each app for the storage configur