I've got a real cheesy counter, just adds one to the counter field when a visit hits it. It's not counting page hits, but it's still cheesy.
What I need to do is stop someone from just hitting refresh over and over. What's the simplest was to get this done? Cookies?
I'd prefer not to log every visitor's ip address, etc... something simple - in C# asp.net mvc.