[dancer-users] Forward after response is sent

Richard Reina gatorreina at gmail.com
Fri Oct 16 19:13:42 BST 2015


2015-10-16 6:50 GMT-05:00 Joerg Fallmann <fall at tbi.univie.ac.at>:

> Hi,
> I already asked around a bit about problems with delayed
> and how I could work around, but I thought the subject does not
> really fit anymore to my current problem.
>
> What I'm trying to do currently is to find a way
> to forward from routeA with parameters to routeB after the template
> has been processed and sent to the client.
>
> Does anybody know a way how this could work?
>
>

#### snippet END OF ROUTE A ##########

 session username => $input_hash->{UName};
    session UFname => $FN;
    session UID => $UID;
    session ScnName => $scn_name;


        redirect '/playerdash';

   }

   template 'index';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20151016/e9576810/attachment.html>


More information about the dancer-users mailing list