Rafael Amer Ramon wrote:

Hi.

I'm trying to upgrade my apache+mod_perl server form versions 1.3.27 (Apache) and 1.27 (mod_perl) to versions 2.0.43 and 2.0 but I have
a problem with cookies.

With mod_perl 1.27 I use Apache::Cookie from libapreq-1.0 and I cannot
fount a similar module for mod_perl 2.0.
It wasn't ported to 2.0 yet. The C core is almost completed though.

Does anybody knows how I can handle cookies, send and get values,
in a mod_perl 2.0 handler?
Try using CGI::Cookie or check other similar modules on CPAN.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@;stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to