I want to prevent people and bots from saving my whole site offline, if and when they add it to thier favorites.
I had an idea for stopping bots by timing how many pages per minute a session is reading. If it gets too high, it could be a Bot (or someone drinking way too much coffee), and I could disable the session. I could do this by using time-stamp code when each new page is requested.
Does anyone know if this will work?
Could this be applied to stopping users from saving my entire site offline? (like when you do it in windows IE explorer to a specified link depth).