I have this at the top of each page. Does it do the same thing?
<%
If Session("blnIsUserGood") = False or IsNull(Session("blnIsUserGood")) = True then
Response.Redirect"unauthorised_user_page.asp"
End If
%>
The code you see above is where the original login is verified. It works fine. I think...
I have a problem with some coding that I hope someone can help me with. I am very new to ASP.
I have a Intranet site that employees log into. When they do, their username and password is verified. The coding for that is:
<html>
<head>
<title>Verification Page</title>
</head>
<body>
<%
Dim...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.