I´m an asp beginner trying to set up a protected sub-web with a access database. On a localhost everything works fine. After uploading to host-server the SessionID was lost after logged-in user started to view different pages and was sent back to login.asp. The host-server´s support people tell...
I´ve got this:
<!--#INCLUDE File="passprotect.inc"-->
at the top of all protected pages, sending users to an include page which has this:
<%
IF Session("Password") = "" THEN
Session("ORI_URL") = Request.ServerVariables("Path_Info")
Response.Redirect("logon.asp")
Else...
I am a newcomer to asp and am trying to set up a protected sub-web in FrontPage on a Windows server using MS Access 2000 for about 900 members. For test purposes I have used scripts from here:
http://www.frontpagehowto.com/newpassword/default.asp
and I am getting the following behaviour: The...
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.