in reply to Re: Help how to disable the Back Button in the browser
in thread Help how to disable the Back Button in the browser

Do not use IP address to determine anything about a visitor.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Help how to disable the Back Button in the browser

Replies are listed 'Best First'.
Re: Re: Re: Help how to disable the Back Button in the browser
by eejack (Hermit) on Jun 26, 2001 at 16:01 UTC
    What my terse associate means is ip addresses may not be particularly meaningful or usable in a medley of cases, such as AOL users (dynamic ip allocation via their proxy), accumulating connections (office buildings going out through a single ip address), and spoofed connections.

    It is safer and easier to do without them.

    EEjack