Is storing user IP in database necessary?
Do I need to store user IP with any record he can put into database?
my public web application stores a lot of comments, announcements,
stories, articles and such,
you have to be registered and logged in to write anything,
you can be logged more than once (other browser or device), so the user's
IP can vary.
Solutions:
To have ip column in every table.
Ignore IP completely - why even bother? Does this value count in trail - I
think not.
ip per user session - but how to manage that in long term (session can end
and its data disappear)?
No comments:
Post a Comment