[Catalyst] Problem using Catalyst::Plugin::Session::Store::Memcached

Edric ehankamo at yahoo.com
Fri Aug 18 21:02:54 CEST 2006


I am trying to use this module and get the following error:

 [catalyst] [error] Caught exception in engine "Couldn't save expires:279a054462d35ee68aa792f48f048b1affaef200 / 1155934545 in memcached storage at /usr/lib/perl5/site_perl/5.8.6/Catalyst/Plugin/Session.pm line 105"


Here is what my app file contains:

use Catalyst qw/Session Session::Store::Memcached Session::State::Cookie/;

In some other action I have...

sub step1 : Private {
 .... $c->session->{test} }

I get an error when my app forwards to this function.
I DID get it to work using Session::Store::FastMmap & Session::State::Cookie but I am being asked to use Session::Store::Memcached... so I need to get this to work.

Any help is greatly appreciated, thanks.

 		
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060818/7d36f55a/attachment.htm 


More information about the Catalyst mailing list