%@ LANGUAGE="VBSCRIPT" %>
<%
Response.Buffer = true
if isempty(Session("password")) then
Response.Redirect "./index.asp"
else
Session.Abandon
Response.Redirect "./index.asp"
end if
%>
You are now Logged In
You can now take a full advantage of the web site <% Response.write Session("name") & " "%> <% Response.write Session("family")%>
Congratulation