Sorry if I posted to the wrong list, but to answer your question.

Apache/2.0.54
mod_perl 2.01
libapreq2-2.06-dev
Solaris 9

Jonathan Vanasco wrote:


Which versions of :

    Apache
    mod_perl
    libapreq2

?

also, what os

this might be better suited to the libapreq list - but that info is kinda needed


On Aug 24, 2005, at 5:40 PM, Ted wrote:

Blank value in cookie causes server to die with a Segmentation Fault.

my $value = '';
my $cookie = Apache2::Cookie->new($r,
               -name => 'test_cookie',
               -value => $value,
               -path => '/',
             );
$cookie->bake($r)






Reply via email to