% @language="vbscript" %>
[an error occurred while processing this directive]
Password-Protected Page
Password-Protected Page
You are logged on as:
<%
If Len(Session("UID")) = 0 Then
Response.Write "You are not logged on."
Else
Response.Write "" & Session("UID") & ""
End If
%>