[Catalyst] Auth tutorial merry-go-round
Ash Berlin
ash_cpan at firemirror.com
Mon Jul 7 10:51:22 BST 2008
On 7 Jul 2008, at 10:24, Dermot wrote:
> 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.
Yes. You most likely want Catalyst::Plugin::Session::State::Cookie so
that the session ID will get stored in a cookie.
-ash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20080707/5bc8823e/attachment.htm
More information about the Catalyst
mailing list