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