in reply to Apache2::REST cookie retrieve

Hi,

Apache2::Cookie says

$j = Apache2::Cookie::Jar->new($request); ## instead of $request-> +{r} $c_in = $j->cookies("foo"); # get cookie from request head +ers

But, maybe consider a different framework ( Mojolicious or Dancer ... )

Also Just a little note - "stumbit" instead of "submit"

update: hehe, I see you already tried that, I got confused

oh, I see it was almost, try $request instead of $request->{r}