In mod_perl1, I have a handler that takes an apache request object manipulates the cookie/session data into a user, then presents the user with a page
in mod_perl2, however, there is no Apache::Request (yet) -- so my code simply doesn't work at all.
Apache::Request 2.0 (libapreq2), like mod_perl 2.0, is officially still in development, but mostly done.
http://httpd.apache.org/apreq/
-- 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