[dancer-users] Forward after response is sent

Richard Reina gatorreina at gmail.com
Fri Oct 16 19:18:43 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?
>
>
DID NOT MEAN TO SEND EARLIER MESSAGE

## SNIPPET End of Route A

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

        redirect '/route_B';

   }

get '/route_B' => sub {

     my $uname = session 'username';
     my $ufname= session 'UFname';
     my $UID = session 'UID';
     etc...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20151016/a461dfc1/attachment.html>


More information about the dancer-users mailing list