Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CoHp

  1. CoHp

    Storing SessionID on server

    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...
  2. CoHp

    Logged in user sent back to login.asp

    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...
  3. CoHp

    Logged in user sent back to login.asp

    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...

Part and Inventory Search

Back
Top