We have to connect every inserted text with IP so it could be given out if necessary.
There are different ways to do so.
a) We alter all data tables with IP fields and add IP with every insertion
b) We alter Users with IP and update on every login or status check if IP changes
c) We create new sessions table where we store session info: userId, IP
We have to connect every inserted text with IP so it could be given out if necessary.
There are different ways to do so.
a) We alter all data tables with IP fields and add IP with every insertion
b) We alter Users with IP and update on every login or status check if IP changes
c) We create new sessions table where we store session info: userId, IP