<%
If IsEmpty(Session("StudentID")) then
  Response.Redirect "./login.asp"
End If
%>
