in reply to Re: Configuring Catalyst Session data for sessions::store::dbi
in thread Configuring Catalyst Session data for sessions::store::dbi
I got it working, this is the complete .conf entry:
<Plugin::Session> expires 1200 dbi_dbh DB dbi_table session dbi_id_field id dbi_data_field session_data dbi_expires_field expires </Plugin::Session>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Configuring Catalyst Session data for sessions::store::dbi
by Anonymous Monk on Jan 08, 2012 at 20:17 UTC |