Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Counter of Visits in a HTML page

by ignatz (Vicar)
on Sep 19, 2002 at 18:01 UTC ( [id://199241]=note: print w/replies, xml ) Need Help??


in reply to Re: Counter of Visits in a HTML page
in thread Counter of Visits in a HTML page

> i.e. javascript

A client-side language wouldn't cut it for something like this. You need something that can maintain state across users and sessions.

()-()
 \"/
  `                                                     
  • Comment on Re: Re: Counter of Visits in a HTML page

Replies are listed 'Best First'.
Re: Re: Re: Counter of Visits in a HTML page
by sch (Pilgrim) on Sep 19, 2002 at 18:09 UTC

    OK, bad example there - it would as you say have to be something on server-side.

    And of course, you'd have to be careful of race conditions - i.e. two people viewing the page at the same instant could get the same count unless you were fairly careful - although in this case I guess that's probably not a big worry but it shows how careful you have to be with this kind of stuff

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://199241]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found