[Catalyst] save session data

Daniel Westermann-Clark dwc at pobox.com
Fri Feb 9 20:19:54 GMT 2007


On 2007-02-09 16:51:11 -0300, Fernan Aguero 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?

Take a look at Session::Store::Delegate ... it was designed to be more
extensible than Session::Store::DBIC.

-- 
Daniel Westermann-Clark



More information about the Catalyst mailing list