[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Redirections
- Subject: Re: [cobalt-users] Redirections
- From: "Henry J. Cobb" <hcobb@xxxxxxxxxxxxxxxxx>
- Date: Tue Aug 8 15:13:17 2000
> > watch out when using the meta refresh...
> >
> > there is a good chance you will trap viewers in porno
> > site syndrome...
>
> if you want to get fancier, you can use a cgi to print out the
> redirect, after looking at the referrer tag to see wheere they came from..
So the first time the browser requests the page the server will send the
version with the meta refresh.
The user attempts to use the back arrow on her browser and goes back to
their cached version of the page with the meta refresh and pops forwards
again.
You'll need to turn off caching of the redirect cgi, as bizarre as that
sounds.
-HJC