Forum Moderators: DixonJones

Message Too Old, No Replies

Asp script to limit number of refreshes

         

miedmark

10:06 pm on Aug 23, 2005 (gmt 0)

10+ Year Member



Is there a way to stop a user from refreshing same page "x" amount of times in ASP?

larryn

10:26 pm on Aug 23, 2005 (gmt 0)

10+ Year Member



meidmark,

Refersh is a browser operation, ASP is a server technology. Sorry the two are indenpendant of each other. You might want to look into browser technology, but then again, refresh is a pretty basic operation.

You also might want to re-consider, why is it that people are refreshing so often?

Larry

miedmark

11:13 pm on Aug 23, 2005 (gmt 0)

10+ Year Member



The reason why is that I've had someone on numerous ocasions now refresh same page couple of thousand times in a row.

Simply blocking the ip is only a temporary solution.