[cgiapp] Re: Need help with Redirect

Stephen Carville stephen.carville at gmail.com
Fri Dec 26 17:44:30 EST 2008


On Fri, Dec 26, 2008 at 1:33 PM, Stephen Carville
<stephen.carville at gmail.com> wrote:
> I am writing a "make my life easier by letting users do some things
> for themselves" program but I cannot get a redirect to work after
> login.

Forget I said anything :-)

I took another look at my source and realized i was using the syntax
for the regular CGI not the plugin module.  I changed

$self->redirect(-uri=>$url);

to

$self->redirect($url);

and it works correctly.

--
Stephen Carville


More information about the cgiapp mailing list