[Catalyst] save session data

Perrin Harkins pharkins at gmail.com
Fri Feb 9 20:39:25 GMT 2007


On 2/9/07, Fernan Aguero <fernan at iib.unsam.edu.ar> wrote:
> Now, if I want to have this session data stored into a
> diffent db table and with additional data, I imagine I'd have
> to write my own Session-Store-DBIC workalike ... or perhaps
> it's easier to just dump the structure, encode it somehow
> (base64?) and store this as text?

I can't see why you wouldn't store it like any other data in a
database table.  Just make a table structure that fits it and use it
the way you normally use your database.

- Perrin



More information about the Catalyst mailing list