Any good website like any one of the various services provided by google has a feature that on browser's back button on click it will redirect you to the login page again. I think google use some thing like CAS (maybe I am wrong, at this moment this is not what I want to know)!
How can we detect that button's on click and redirect user again to login page? Is there any configuration needed in org.apache.wicket.protocol.http.WebApplication or we can detect it from the MyLoginPage which extends org.apache.wicket.markup.html.WebPage?
Thanks.