On 6/12/07, suppressed <suppressed> wrote:
Hello, I have two CGI::Application apps running on the same server under mod_perl. The first app does not need any authentication and has been working just fine until I started development of the second application which uses CAP::Authentication and CAP::Session to login users. Now on the first application I get a login screen.
Both of your handler subs load and use the same Appl module, and it
looks like you have two different versions of this Appl module:
my $app = Appl->new();
$app->run();
Under mod_perl all apps run in the same instance of the perl
interpreter, so you can only have one package named Appl. You need to
make sure they are uniquely named.
Cheers,
Cees Hek
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/suppressed/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.