in reply to Which Cookie module for mod_perl 1.99?

I would guess this one


Evan Carroll
www.EvanCarroll.com
  • Comment on Re: Which Cookie module for mod_perl 1.99?

Replies are listed 'Best First'.
Re^2: Which Cookie module for mod_perl 1.99?
by matija (Priest) on Aug 02, 2006 at 18:32 UTC

    But will it work with mod_perl 1.99? I thought 1.99 was mod_perl 1, not mod_perl 2?

    If it's really mod_perl 2, than I'm probably really in the soup - god knows what else will fail....

      I don't know for sure. I was using mod_perl2, when I adopted Apache2, even though libapreq2 was in beta, ( and because of that so was mod_perl2. But because of the wording of this:
      Apache2::Cookie::fetch now expects an $r object as (second) argument, although this isn't necessary in mod_perl 2 if Apache2::RequestUtil is loaded and 'PerlOptions +GlobalRequest' is in effect.
      I would say Apache2::Cookie is the right module.


      Evan Carroll
      www.EvanCarroll.com