A user enters my site by using windows authentication. When the user logs out of the site I would like that session to end. Meaning that if they hit the back button it will bring them back to the login screen, or if they try to copy and paste the url it will bring them to the login screen as well. It works for the first time a user logs into the site, but the only time it works after that is if the browser is closed and then opened again. I tried session variables, but that didn't work/ Maybe I used them wrong? Any help is appreciated. Thanks!
-Matt
-Matt