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

The problem here is that the sessions are only really used when the user logs in - so they don't apply in a useful way at the point the account is created.

Building URLs by hand is annoying, though I can use the ->param() function to make sure I've got everything I need.

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