On Tue, 12 Feb 2002 08:24:08 -0800, [EMAIL PROTECTED] (Octavian Rasnita) wrote:
>Hi all,
>I made a counter in Perl and if a visitor refreshes the page, the counter
>increases.
>Can I modify the Perl script so that won't happend?
>Thanks.
>Teddy,
It's not perfect, but some people check the
REMOTE
a'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 12, 2002 7:26 AM
Subject: RE: Counter in Perl
> At 09:45 AM 2/12/02 -0500, Bob Showalter wrote:
>
> > > I made a counter in Perl and if a visitor refreshes the page,
> > > the counter
&g
At 09:45 AM 2/12/02 -0500, Bob Showalter wrote:
> > I made a counter in Perl and if a visitor refreshes the page,
> > the counter
> > increases.
> > Can I modify the Perl script so that won't happend?
>
>Give him a cookie that expires after a while (a day maybe?).
>If he sends the cookie, don't i
> -Original Message-
> From: Octavian Rasnita [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 12, 2002 11:24 AM
> To: [EMAIL PROTECTED]
> Subject: Counter in Perl
>
>
> Hi all,
> I made a counter in Perl and if a visitor refreshes the page,
> the counter
> increases.
> Can I modify