[Catalyst] A question on persistence with sessions or similar

Peter Karman peter at peknet.com
Wed Nov 7 04:01:37 GMT 2007



Joe Landman wrote on 11/6/07 9:40 PM:
> Hi Folks:
> 
>   Here is what I want to do.  I want to preserve values of stuff across
> the life of a session, without having to jump through hoops to do it.  I
> want it to survive redirects in the app.  It would be nice if it were
> just like stash.
> 
>   Really, it is very simple.  And I thought I had it.
> 
>     $c->flash
> 


 $c->session


That does what you describe.

-- 
Peter Karman  .  http://peknet.com/  .  peter at peknet.com



More information about the Catalyst mailing list