in reply to CGI::Application::Session and Inheritance
In general, basic CGI::Application systems only have one controller (i.e. one instance of a CGI::Application-derived object).
Is there any reason you don't run the myTest::module1 as the application's class instead of creating a new instance of it somewhere during a handler?
|
|---|