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"] =...
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.