欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何防范利用刷新來“作弊”的計數(shù)器?

 更新時間:2006年11月16日 00:00:00   作者:  

如何防范利用刷新來“作弊”的計數(shù)器?


<%
If IsEmpty(Session("Connected")) Then
    Application.Lock
    Application("counter") = Application("counter") + 1
    Application.UnLock
End If
Session("Connected") = True
%>

<html>
<body BGCOLOR=WHITE>
<p align="center">
山水盈盈之拒絕刷新計數(shù)器</p>

<p align="center">歡迎光臨隨風起舞,您是第 <%=Application("counter")%> 位來訪者!</p>

</body></html>

[1]

相關文章

最新評論