<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
That's what I was looking for - thanks!<br>&nbsp;&nbsp; /S<br><br>-
Stefan Amshey
parallax99@hotmail.com<br><br><br><br>&gt; Date: Wed, 25 Mar 2009 17:00:23 -0700<br>&gt; From: moseley@hank.org<br>&gt; To: sanfrancisco-pm@pm.org<br>&gt; Subject: Re: [sf-perl] Catalyst question - sharing data between sessions<br>&gt; <br>&gt; On Wed, Mar 25, 2009 at 10:34:25AM -0700, Stefan Amshey wrote:<br>&gt; &gt; <br>&gt; &gt; Actually, I was merely stating fact that the stash is cleared after<br>&gt; &gt; every request.  I also understand the concept of a user session, but<br>&gt; &gt; what I'm looking for is a way of sharing data between users, each of<br>&gt; &gt; whom is involved in a separate session, but concurrently.  I'm not<br>&gt; &gt; worried about clearing the data out, only sharing it so that we<br>&gt; &gt; don't have to re-load it for each session.<br>&gt; <br>&gt; Sounds like caching.<br>&gt; <br>&gt; You can use one of the cache plugins and then:<br>&gt; <br>&gt;     $c-&gt;cache-&gt;set( $key, $value, $expires );<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Bill Moseley.<br>&gt; moseley@hank.org<br>&gt; Sent from my iMutt<br>&gt; _______________________________________________<br>&gt; SanFrancisco-pm mailing list<br>&gt; SanFrancisco-pm@pm.org<br>&gt; http://mail.pm.org/mailman/listinfo/sanfrancisco-pm<br><br /><hr />Quick access to Windows Live and your favorite MSN content with <a href='http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A' target='_new'>Internet Explorer 8.</a></body>
</html>