[sf-perl] Catalyst question - sharing data between sessions

Stefan Amshey parallax99 at hotmail.com
Thu Mar 26 12:21:59 PDT 2009


That's what I was looking for - thanks!
   /S

-
Stefan Amshey
parallax99 at hotmail.com



> Date: Wed, 25 Mar 2009 17:00:23 -0700
> From: moseley at hank.org
> To: sanfrancisco-pm at pm.org
> Subject: Re: [sf-perl] Catalyst question - sharing data between sessions
> 
> On Wed, Mar 25, 2009 at 10:34:25AM -0700, Stefan Amshey wrote:
> > 
> > Actually, I was merely stating fact that the stash is cleared after
> > every request.  I also understand the concept of a user session, but
> > what I'm looking for is a way of sharing data between users, each of
> > whom is involved in a separate session, but concurrently.  I'm not
> > worried about clearing the data out, only sharing it so that we
> > don't have to re-load it for each session.
> 
> Sounds like caching.
> 
> You can use one of the cache plugins and then:
> 
>     $c->cache->set( $key, $value, $expires );
> 
> 
> 
> 
> -- 
> Bill Moseley.
> moseley at hank.org
> Sent from my iMutt
> _______________________________________________
> SanFrancisco-pm mailing list
> SanFrancisco-pm at pm.org
> http://mail.pm.org/mailman/listinfo/sanfrancisco-pm

_________________________________________________________________
Quick access to Windows Live and your favorite MSN content with Internet Explorer 8.
http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/sanfrancisco-pm/attachments/20090326/ff4dd7eb/attachment.html>


More information about the SanFrancisco-pm mailing list