I am working on a component in C# to record how many unique viewers have viewed my website / page, making certain the same user revisiting, is not recorded twice. What is an efficient method to write
i have table named visits in my database like this : id ip action_date|time_stamp i use this code to store site visits
Question How can you determine if a user is unique or not? I understand there are many ways to do this using cookies, but what about methods that don\'t use cookies?
I have some data in the first columns, some calculated fields right afterwards and I want to autofill the rest of the rows with the same rules that are in the first row.