no_cache(1)

2000-09-06 Thread Geoffrey Young
hi all... should $r->no_cache(1) be setting err_headers_out instead of headers_out? I just noticed that if I set no_cache(1) and return REDIRECT the headers do not include the no cache stuff... --Geoff - To unsubscribe

Re: no_cache(1)

2000-09-06 Thread Salvador Ortiz Garcia
On Wed, 6 Sep 2000, Geoffrey Young wrote: > hi all... > > should $r->no_cache(1) be setting err_headers_out instead of > headers_out? I don't think so. > I just noticed that if I set no_cache(1) and return REDIRECT > the headers do not include the no cache stuff... HTTP/1.1 states that

RE: no_cache(1)

2000-09-06 Thread Geoffrey Young
> -Original Message- > From: Salvador Ortiz Garcia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 06, 2000 1:24 PM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: Re: no_cache(1) > > > On Wed, 6 Sep 2000, Geoffrey Young wrote: > > > hi all... > > > > should $r->no_