I have a site that I set up to use forms based authentication. It seems to be working fine a user can register and after I make IsApproved field in the membership table "True" for that account the user can sign in and get access to the restricted area of
the site. What I noticed though is that if I copy the URL of a page in the restricted area, close the browser session then start the browser again and paste the restricted url into the browser it allows me to navigate directly to the restricted page.
What I really want is that if the user exits the browser and then starts it again and tries to navigate directly to a restricted area of the site they are redirected to the login page and are required to login again.
Can someone kindly show me what I need to do to get this to work? Thanks much in advance for any help, Roscoe
Go to the complete details ...