[mod_python] Cookies & Redirects

Gregory (Grisha) Trubetskoy grisha at modpython.org
Mon Aug 23 13:53:28 EDT 2004



On Mon, 23 Aug 2004, Jim Dabell wrote:

> For some reason, mod_python has separated the concept of response headers out
> into two separate types - headers that are sent out in normal conditions, and
> headers that are sent out in error conditions.

This isn't really a mod_python thing, it's how Apache does it - mod_python 
just exposes what's there to Python.

There is a pretty good explanation of how it works here:

http://ken.coar.org/burrow/index?entry=511&comments=true

Grisha


More information about the Mod_python mailing list