N
.Net Sports
In an asp password script, i'm trying to grab the user's level of
access inside the database and display it on the next page after
successful login
'''login.asp has this:
session("levelAcc")=objRec.fields("levelAcc")
'''the landingpage.asp , the first page afte logging in successfully,
has this:
<%=response.write(session("levelAcc"))%>
....but I do not see the display of the access level on the
landingpage.asp page
???
NS
access inside the database and display it on the next page after
successful login
'''login.asp has this:
session("levelAcc")=objRec.fields("levelAcc")
'''the landingpage.asp , the first page afte logging in successfully,
has this:
<%=response.write(session("levelAcc"))%>
....but I do not see the display of the access level on the
landingpage.asp page
???
NS