On Wed, 15 Feb 2006, Michael Peters wrote:

Now, we all know that second line has to be err_header_out not
header_out, or Apache will silently ignore the Set-Cookie directive.
I knew it as soon as I saw it, although I couldn't explain why and
thus didn't trust my intuition.  I looked through the list archives
and the guide without finding an explaination that made sense.

Would anyone mind explaining this to me?

Anything that does not return an OK is considered an 'error', so it
won't send the normal header_out() stuff.

How does Location get through then?  It's set using header_out() and
works...

-sam

Reply via email to