in reply to Re^3: Unable to create session, add params, and redirect
in thread Unable to create session, add params, and redirect

You can't print headers twice or you'll get wonky behavior
Everything after headers is content, no wonky :D
  • Comment on Re^4: Unable to create session, add params, and redirect

Replies are listed 'Best First'.
Re^5: Unable to create session, add params, and redirect
by Your Mother (Archbishop) on May 18, 2009 at 16:52 UTC

    Well, wonky connotes more than you ascribe it. As for content it depends on how the server is setup and what kind of headers were sent. A GET 302 shouldn't have a body, for example, so if a 302 is erroneously followed by a 200, or whatever, it would probably get eaten. Wonkily.