Subject: | Docs don't mention biggest advantage ;-) |
$c->session can store database objects without needing to serialize or swizzle, e.g.
$c->session->{the_object_the_user_is_working_on} = $something_from_kiokudb.
Also, this might be simpler with Catalyst::Plugin::Session::Store::Delegate