How can I check if User which came to my web site, is same User which came half hour before?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First you need to use his IP Address and then check if you have that IP saved in your database in lets say about last 24 hours and if you do than its the same user and if you dont then its someone else or his IP changed! ofc. there are much more things you can watch on but this is a basic.
ok here is an example (you just need to make database):
and in database the field “id” make auto increase! 🙂
this should work… didnt tested it!