in reply to Re^2: CGI::App session params losing values between redirects
in thread CGI::App session params losing values between redirects
Are you sure you don't have a cgiapp_init() defined in one of your sub-classes? Maybe add a warn() in the super class one and see that it actually prints when you run both sub-classes.
-sam
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: CGI::App session params losing values between redirects
by bradcathey (Prior) on Feb 15, 2009 at 13:53 UTC | |
by samtregar (Abbot) on Feb 15, 2009 at 19:56 UTC |