%@ Language=VBScript %> <% 'Check that the person is logged in. Response.Expires=0 if Session("LoggedIn") <> "True" then Response.Redirect "Main.asp" end if %>
<% 'Clear session variables Session("Ext") = "" Session("Location") = "" Session("EmpUserName") = "" %>