[- use strict; use mod_perl2; my $r = Apache2::RequestUtil->request(); my $auth_type = $r->ap_auth_type; # Delete the cookie, etc. $auth_type->logout($r); -]
Logout Successsful. We will automatically redirect you to the login page.