I'm building a web application right now with express on the backend and I am trying to track users to know if they've posted something previously. Right now I am storing ever IP using req.ip to check and see if the user is unique or not. Is this a good method for tracking unique users, and are there other better ways?
Submitted August 30, 2017 at 05:54PM by tommy16p
No comments:
Post a Comment