% 'if Session("Counter")<>request.ServerVariables("REMOTE_ADDR") then Application.lock conn.execute("update [Counter] set Num=Num+1 where id=1") Application.unlock ' Session("Counter")=request.ServerVariables("REMOTE_ADDR") 'session.timeout=60 'end if %>
|