Hello,

I think that the problem I addressed is in the libapache2-authcookie-perl
package, which is the one that deals with mod-perl and Apache, in order to
deliver cookie content to the application.

My program goes this way:

if(defined $r->auth_type){
        my $cookie = $r->auth_type->key($r);
        [...]
}

and the error message says

Can't locate object method "key" via package "none"

which means that $r->auth_type is defined, but does not contain a
reference to a cookie (probably it doesn't contain a reference at all).

Thank you!

-- 
Fernando Santagata


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to