I read something a while back in the archives about people having problems
with setting cookies via err_headers_out.  I need to arrange cookies in a
particular order using ap_table_add(r->err_headers_out, "Set-Cookie",
list);  Does anyone have a recommendation on how to ensure that the
Set-Cookie is set before the Location header?  I'm using err_headers_out
for errors and persistence across internal redirects.

Thanks

~m



Reply via email to