Trevor Phillips <[EMAIL PROTECTED]> wrote:
> I'm revisiting a routine I have which in the ContentHandler phase,
> redirects to another URI (status 302). While redirecting, I'd like to
> also set a cookie.
>
> I set the URI header as well, due to habit. Didn't there used to be a browser
> which req
I'm revisiting a routine I have which in the ContentHandler phase, redirects to
another URI (status 302). While redirecting, I'd like to also set a cookie.
The example in the Eagle Book is fairly straightforward - you set the content
type, set a Location header, then return REDIRECT. Expanding on