Re: Redirects issues...

2000-08-16 Thread Roger Espel Llima
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

Redirects issues...

2000-08-14 Thread Trevor Phillips
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