<%
' is the user logged in?
if Session("logged_in") <> "true" then
  ' if not then redirect the user to the login page
  Response.Redirect ("/login.html")
end if
%>