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/  .  [EMAIL PROTECTED]

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to