I have developed a Website using jsp, java and struts2. When I login using the credentials in my website. I am logged in and redirected to new page. But when I press back button I am redirected to login page. I want to skip the login page when I press back button.
Similarly I want the same to do when I logout from the page.
How can I do this? Any other solution is fine as well.
Thanks.