The latest versions of AxKit::XSP::Auth and AxKit::XSP::Session don't seem to include the patch referenced by http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache-AxKit-Plugin-Session.
The wiki at http://axkit.org/wiki/view/AxKit/ApacheAxKitPluginSession says apply those patches to .93, but I'm using .99 and ran into a problem using the sample login script on the wiki page. I traced the problem to this code in Auth.pm not doing a defined check on $$session{"auth_access_user"}: sub is_logged_in : XSP_expr { return '$$session{"auth_access_user"} ne "guest"?1:0'; } I see that the patch for .93 includes that defined check. Perhaps .99 should as well?
