0
votes
8answers
170 views
In a website with no users, are cookies the only way to prevent people from repeating actions?
I'm creating a website and I don't want to have user/membership.
However, people using the site can do things like vote and flag questionable content. Is the only way to identify and preve …
2
votes
2answers
62 views
When scraping a lot of stats from a webpage, how often should I insert the collected results in my DB?
I'm scraping a website (scripting responsibly by throttling my scraping and with permission) and I'm going to be gathering statistics on 300,000 users.
I plan on storing this data in a SQL …
