[Catalyst] question on storing session in win32 machine

Nagarajan M naga_cit at yahoo.co.in
Thu Aug 10 05:28:34 CEST 2006


Thanks Daniel,
  It works!
  

Daniel Westermann-Clark <dwc at pobox.com> wrote:
  On 2006-08-10 03:30:51 +0100, Nagarajan M wrote:
> [error] Caught exception in engine "Can't locate object method "store_session_da
> ta" via package "MyApp" at C:/Perl/site/lib/Catalyst\Plugin\Session.pm line 131."
> 
> MyApp.pm loaded plugins
> ===================
> 
> use Catalyst qw/
> -Debug
> ConfigLoader
> Static::Simple
> Authentication
> Authentication::Store::DBIC
> Authentication::Credential::Password
> Session
> Session::Store
> Session::State
> Cache::FileCache
> Session::State::Cookie
> /;

You didn't load a Session::Store implementation.

The manual suggests Cache::FileCache, but this plugin is not a
Session::Store implementation. Instead, you'll need to install
Catalyst::Plugin::Session::Store::File, and change "Session::Store" to
e.g. "Session::Store::File" in your plugin list.

-- 
Daniel Westermann-Clark

_______________________________________________
List: Catalyst at lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/


 				
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060810/56e7c58e/attachment.htm 


More information about the Catalyst mailing list