how to find the number of users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dhanyamohans
    New Member
    • Jul 2007
    • 1

    how to find the number of users

    Hi All,

    how to find the number of users who visited my site using J2EE

    regards,
    Dhanya
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by dhanyamohans
    Hi All,

    how to find the number of users who visited my site using J2EE

    regards,
    Dhanya
    Have you done a little bit of research on it?
    What ideas do you have on how to do it?

    Comment

    • sandeepk84
      New Member
      • Oct 2006
      • 97

      #3
      Originally posted by dhanyamohans
      Hi All,

      how to find the number of users who visited my site using J2EE

      regards,
      Dhanya
      hello Dhanya,

      are u not using any database?
      if yes, do u have any tables with the corresponding field for visit count or something? this is ok if u r creating accounts for each user, ie. like a member.
      for each member there will be visit count. change this field for each user according to his/her log-in or log-out. otherwise each time change this without taking care of the users...
      hope this is clear,

      thanks and regards,
      sand...

      Comment

      Working...