I have set up my web page to authenticate using clear text to force a login each time a new browser window accesses my page - so far so good
I now want to log the user out so the next time a user accesses the site they too are prompted to log in. I kill the session and redirect them off to an unrelated site. If the browser is left running and another user opens my page they log in automatically usng the previous users credentials. How (using code)do I stop this from happening
I now want to log the user out so the next time a user accesses the site they too are prompted to log in. I kill the session and redirect them off to an unrelated site. If the browser is left running and another user opens my page they log in automatically usng the previous users credentials. How (using code)do I stop this from happening