[Catalyst] missing 'use base' for ::Store?
    John Lifsey - Contractor - 
    john.lifsey at nrl.navy.mil
       
    Thu Dec  8 16:12:42 CET 2005
    
    
  
Well without doing any review I know my code only included the store and 
state, not session itself. So maybe that was it.
phaylon wrote:
> Am Donnerstag, den 08.12.2005, 14:51 +0000 schrieb Chisel Wright:
>
>   
>> Doesn't work for me (and at least one other person) without it.
>>
>> Where does the sessionid() method appear from if you don't:
>>
>>  use base qw/Catalyst::Plugin::Session/;
>>
>> ?
>>     
>
> What do you load in your application class? There should be
>
> use Catalyst qw/
>     Session
>     Session::Store::WhateverYouWant
>     Session::State::WhateverYouWant
> /;
>
> See also http://search.cpan.org/dist/Catalyst-Plugin-
> Session/lib/Catalyst/Plugin/Session.pm#SYNOPSIS
>
> hth, p
>
>   
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4082 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20051208/754a4e98/smime.bin
    
    
More information about the Catalyst
mailing list