mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
282 B
Plaintext
6 lines
282 B
Plaintext
This Catalyst::Plugin::Session storage module saves session data
|
|
in your database via DBIx::Class. It's actually just a wrapper
|
|
around Catalyst::Plugin::Session::Store::Delegate; if you need
|
|
complete control over how your sessions are stored, you probably
|
|
want to use that instead.
|