[Catalyst] Accessing arbitrary session data of a given ID - Store::DBI

Hector Azpurua h3ct0r.ml at gmail.com
Sun Oct 23 21:55:42 GMT 2016


Hi,

Is there a recommended way to access or modify session data stored in
database with Store::DBI ?

In my particular case, I wanted to update the product 'cart', which is
stored in the user session, to add or remove products/elements. I
ended up using a new table for the cart, but nevertheless, I'm still
wondering if there is a nice way to do it editing the session on the
DB.

Thanks!



More information about the Catalyst mailing list