Hi
I am using the iframe on parent page. At the top of this parent page
I have included the header.jsp which is having logout link. After clicking on that link the session gets invalidate properly and application is directed on the login page.
Now when I click on the back button of browser , the previous page(i.e. parent page) is displayed with the child page in iframe with all information. Now if u click on all other links on parent page then error is displayed that session is killed.
But what i want is that after clicking on the back button the application should remain on the login page itself
Please help me