[Catalyst] Auth tutorial merry-go-round

Dermot paikkos at googlemail.com
Mon Jul 7 10:24:07 BST 2008


2008/7/7 Ash Berlin <ash_cpan at firemirror.com>:
> On 7 Jul 2008, at 09:40, Dermot wrote:

>
> What session store and state modules are you using? I know this happens to
> me when I forget to load up memcached (which is the store module i'm using)
>
> -ash
>

These are the plugins I am currently using.

__PACKAGE__->setup(qw/-Debug
                        ConfigLoader
                        Static::Simple
                        StackTrace
                        Authentication
                        Authorization::Roles
                        Authorization::ACL
                        Session::State
                        Session::Store
                        Session::Store::FastMmap
                        Session
                        /);

Do you think there is something I should add to this list?
Dp.



More information about the Catalyst mailing list