Hello to all!
I ask myself the following question: Is there a way that is better to calculate the number of members / guests online
I have a table with ip, id member ,URL of the actual page ...
I try with a primary key for the IP address, but some provider changes the IP Adress of their client several times a day or every few minutes ...
So that resulted resulted duplicates entry...
I try with the member id ... but that can not count visitors as those not connected their id is -1
Is there a better way than another?
Do You calculate just members connected?
thank you
pascal