On Tue, May 01, 2001 at 01:39:13PM -0500, will trillich wrote:
> On Tue, May 01, 2001 at 01:58:56PM -0400, Chris Strom wrote:
> > Even during a redirect.  The following works for me (in a PerlInitHandler
> > NOT a PerlAccessHandler) with lynx (2.7) just fine.
> > 
> >   $r->err_headers_out->add('Location' => $dest);
> >   $r->err_headers_out->add('Set-Cookie' => $cookie);
> > 
> >   $log->debug("Authentication successful.  Redirecting to $dest");
> >   return REDIRECT;
> 
> okay, i'll try that, too. expectations low, from experience. :/

it's doing what it's supposed to do, i think.

guess what -- new speed bump. (color me surprised.)

now when lynx or netscape (but not konqueror) get validated, and
the server tries to redirect the browser back to the original
URL, the browsers seem to have cached the /login page as if it
were the /protected page.

so i'm trying

        Pragma: no-cache

to no effect. anybody got any other ideas?

-- 
[EMAIL PROTECTED]
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Reply via email to