in reply to Re^2: Apache2::Cookie troubles... sanity check needed on auth/sess handling
in thread Apache2::Cookie troubles... sanity check needed on auth/sess handling

$r->err_headers_out->add('Set-Cookie' => $cookie->as_string);
To debug cookie problems, use a browser that shows the headers (lwp-request, Firefox with LiveHTTPHeaders, a logging proxy).
  • Comment on Re^3: Apache2::Cookie troubles... sanity check needed on auth/sess handling
  • Download Code