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,
Comment