Hello All, I have a application which have login & logout concept. When i logout, i am clearing the session using invalidate() (Each session have a atleast on one or more page map, which contains all the pages that are visited in the particular session).
In IE8 when i press the back button, it not going back to the last screen where logout is done. But, in Fire fox when i press the back button it is taken back to the last screen where logout is done. Is it something related to the browser or something that can be acheived with wicket (PageMap)? If it can be done with wicket, please explain the procedure or code to acheive this.