<% if session("x")="" Then session("x")=0 else session("x")= session("x") + 1 end if if cint(session("x"))> 6 Then session.TimeOut=1 response.redirect("default.asp?ddos=evet") response.end end if %>