Hi everyone,
Are there any functions that I could use to find out a Cookie's value available in Apache's API? Or at least some C code example of how could I parse an expression like:
'Var1: value1; Var2: value2; Var3: value3;"
in order to get the 'value2' field?
Please include my email address in the reply, since I'm not subscribed to the mailing list.
The httpd-apreq project is a generic library designed to handle parsing of HTTP request bodies, including Cookies. It includes interfaces in C, Perl and I think tcl was mentioned. See:
http://httpd.apache.org/apreq/
A new version for Apache2 is in works, but not ready yet.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
