You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Swen Schillig <SC...@de.ibm.com> on 2003/07/15 12:43:25 UTC

[mp2] Apache::Cookie

Are there any plans to have Apache::Cookie or does
mp2 code always has to use CGI if there are cookies needed ?

Swen


Re: [mp2] Apache::Cookie

Posted by Stas Bekman <st...@stason.org>.
Swen Schillig wrote:
> Are there any plans to have Apache::Cookie or does
> mp2 code always has to use CGI if there are cookies needed ?

Apache::Cookie is a part of the libapreq-2 library. It'll become available as 
soon as Apache::Request is released. You are more then welcome to join the 
libapreq list and help debug the current version. For more info see:
http://httpd.apache.org/apreq/



__________________________________________________________________
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


Re: [mp2] Apache::Cookie

Posted by Joe Schaefer <jo...@sunstarsys.com>.
Perrin Harkins <pe...@elem.com> writes:

> On Tue, 2003-07-15 at 06:43, Swen Schillig wrote:
> > Are there any plans to have Apache::Cookie or does
> > mp2 code always has to use CGI if there are cookies needed ?
> 
> Apache::Cookie is part of libapreq (along with Apache::Request), so you
> should follow libapreq development for this.

Now would be an especially good time for the adventurous
to try out libapreq-2, since user feedback will accelerate
the release process.  The preliminary docs for mp2's Apache::Cookie
are online at

  http://httpd.apache.org/~joes/libapreq-2/group__XS__Cookie.html

Access to the cvs repository for httpd-apreq-2 is described
at the bottom of

  http://httpd.apache.org/apreq/

-- 
Joe Schaefer


Re: [mp2] Apache::Cookie

Posted by Perrin Harkins <pe...@elem.com>.
On Tue, 2003-07-15 at 06:43, Swen Schillig wrote:
> Are there any plans to have Apache::Cookie or does
> mp2 code always has to use CGI if there are cookies needed ?

Apache::Cookie is part of libapreq (along with Apache::Request), so you
should follow libapreq development for this.

- Perrin