<% if IsEmpty(Session("V")) then Session("V") = 1 Else Session("V") = Session("V") + 1 End If if IsEmpty(Application("V")) then Application("V") = 1 Else Application("V") = Application("V") + 1 End If %> Session = <%=Session("V")%>
Application = <%=Application("V")%>