530c530,541 < ap_overlap_tables(r->headers_out, resp_hdrs, AP_OVERLAP_TABLES_SET); --- > /*ap_overlap_tables(r->headers_out, resp_hdrs, AP_OVERLAP_TABLES_SET);*/ > /* This is workaroud for Cookies (By Akira Noda http://rogiken.org/daemon/ */ > > reqhdrs_arr = ap_table_elts(resp_hdrs); > reqhdrs_elts = (table_entry *) reqhdrs_arr->elts; > > for (i = 0; i < reqhdrs_arr->nelts; i++) { > ap_table_addn(r->headers_out, > reqhdrs_elts[i].key ,reqhdrs_elts[i].val); > } > /* end of fix by akira noda*/ >