[Catalyst] question on storing session in win32 machine

Nagarajan M naga_cit at yahoo.co.in
Thu Aug 10 04:30:51 CEST 2006


Hi All,
   
  I am trying out the authentication examples provided in the manual page. I am facing issue in storing the session. When I submit the login request, it was able to authenticate the user but its giving exception when storing session.  I here by attaching the debug message.  Can somebody help me out.
   
  Thanks for your time ...
  - Nagarajan
   
  I am running the server on the **Win32** machine
   
  Here is the console log:
  ===================
  
[debug] "POST" request for "login/" from "127.0.0.1"
[debug] Path is "login/"
[debug] Created session "5cd88e6a19261b7e06329dfffd35ad78c44fb616"
[debug] Successfully authenticated user 'test01'.
[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             
  /;
   
  I am using **Cache::FileCache** since  **Session::Store::FastMmap** is not supported in Win32.
   
  Thanks for your time.

 				
---------------------------------
 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/8b1a4764/attachment.htm 


More information about the Catalyst mailing list