Matthew <[EMAIL PROTECTED]> wrote: > It could be that I just don't understand completely the nature of > mod_perl, but here goes. > > Reason I'm confused is because there exists CGI::Cookie for handling > cookies in MP2, but there's also the libapreq library "for MP2". It > seems to me that the apreq lib is more "MP2 Native" than CGI would be. > Am I wrong? Are they equally 'native' ? > > With that in mind, I'm looking for some module, that I'm sure exists, > that can manage sessions. I found Apache::Session but I couldn't tell if > it was MP2 native. Is there something else I should be using for > sessions that is 'better' with MP2?
CGI::Session works great with MP2. <shameless plug>Apache2::AUS works great with MP2 if you want a full-fledged database backend that supports authentication, users, and sessions as well. It's session component is based on CGI::Session, and it allows you to configure everything from httpd.conf.</shameless plug> - Tyler