On Thu, Jul 29, 1999 at 01:06:22AM +1000, Allan Rae wrote:
> On Wed, 28 Jul 1999, Amir Karger wrote:
>
> > On Thu, Jul 29, 1999 at 12:11:06AM +1000, Allan Rae wrote:
> > >
> > Yes you would. What happens when news.php3 links to download/index.php3? We
> > would have to add the "?foo=bar" for every link. And we'd need to use php3
> > for it, since $navbar is a variable.
>
> Hmmm... I know this much -><- about php3 and its getting late over here
> so maybe I don't understand the problem. But didn't you just agree with
> me that php3 can just regenerate the page? Doesn't it do that anyway
> everytime I access a php-powered site? Doesn't matter anyway I usually
> look at the web with lynx and the pages look terrific without cookies on
> it.
The problem is that without cookies, if I set "long=1" when you're looking
at a certain page, then as soon as you go to a different page on the site,
then $long is no longer set. Unless every single intra-site link contains a
"long=1". Sure, I could set the navbar links to have "long=1" in them, but
making it consistent would require that, say, a (non-navbar) link in
about/index.php3 to about/i18n.php3 would *also* need to have the "long=1"
in it. Which is too complicated.
-Amir