Hit counter on JSP page - urgent!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cv

    #1

    Hit counter on JSP page - urgent!

    Hello All,

    I want to create a hit counter on JSP page so that whenever a user
    visits that page, the counter is incremented. I want the information
    to be written to a file also. Any suggestions/ideas?

    Thanks in advance.
  • joe zobkiw

    #2
    Re: Hit counter on JSP page - urgent!

    > I want to create a hit counter on JSP page so that whenever a user[color=blue]
    > visits that page, the counter is incremented. I want the information
    > to be written to a file also. Any suggestions/ideas?[/color]

    Google it. This is a pretty common task and plenty of example source
    code is available online.

    Comment

    Working...