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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: amysdude
  • Content: Threads
  • Order by date
  1. amysdude

    Logging out of a Session

    I am trying to use my own authentication for a web application. Upon a valid log on , I set Session["isLoggedIn"] to true. Upon "logging out" I do a Session.Abandon() and redirect to the logon page. In the Pre_Init event, I have logic to redirect user to Login.aspx if Session["isLoggedIn"] =...

Part and Inventory Search

Back
Top