Best way to store likes for non logged-in users
-
Hi,
I am developing a plugin where I need to store like count for posts in DB. I am currently using the logged-in approach and storing information along with user ID to keep it unique. But what’s the best approach to store values for non-logged-in users? To keep them as much unique as possible.
Are sessions a good approach? Because there are certain privacy restrictions on IP storage.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Best way to store likes for non logged-in users’ is closed to new replies.