On 30/03/2004, at 5:21 AM, Brian Clarkson wrote:
I'm hoping that I'm doing something wrong ...
I've tried the logout.pl that comes in the Apache::AuthCookie dist, but that didn't work.
My code has an object that has an Apache::Request object stuffed into it, and:
I don't have an object ... I'm firing off logout.pl ( ok, logout.cgi ) as a script. it's in a mod_perl configured directory ...
<Location /apps> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI allow from all PerlSendHeader On </Location>
I tried your code, tried the cookies, but I don't have anything in $authType or in the %cookies hash i tried earlier.
my $r = Apache->request; my $authType = $r->auth_type();
and $authType is empty
i just want to get this to work so i can move on ...
--b--
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html