André Malo wrote:
> Trying again ;-)
>
> In contrast to a "normal" internal redirect the fast variant does an
> apr_table_overlay of the header tables of the original and the new request.
> Can someone explain, why? Why not using only the new header table? It bites
> us, for example, with cookies, which are set twice (mod_usertrack).
Sending cookies twice clearly sucks. I don't know if we'd loose anything
valuable by not sending the old headers. Would there be another way to merge
the tables that would eliminate the duplicate cookies?
Greg
|