You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by mo...@cinemaspace.berkeley.edu on 2000/06/13 19:08:27 UTC

Cookie ordering

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