I has a login page in my web application,
when the user login my web application through login page, he is redirected to the welcome page.
All this is ordinary, but the problem is when the user press Back button of IE he return to the login page then if he press Forward button of IE he redirected to welcome page and stills logged in.
I want the user to be logged out when he press on Back button to the login page.