in reply to Re: CGI::Application redirecting from one handler to another.
in thread CGI::Application redirecting from one handler to another.

This code is related to the creation of accounts rather than logging in - obviously a user cannot login until their account has been created!

Still I think that perhaps you're correct and that instead of having two handlers I should just keep one long one. It just seemed right to make it a two step affair as conceptually it is.

I guess that's just an implementation detail though and it would solve my problems.

Steve
---
steve.org.uk
  • Comment on Re: Re: CGI::Application redirecting from one handler to another.