Hi,
In my application, on clicking logoff button I have used
session.invalidate. But if I click the back button of the browser first it tells me that the page has expired and to click refresh. when I hit refresh, it gives dialog box that page requires resending of information retry or cancel,If I press retry it shows me the secure page.This shold not happen.Once I logoff if I click the back button it should not go back at all. how can I do this?
In my application, on clicking logoff button I have used
session.invalidate. But if I click the back button of the browser first it tells me that the page has expired and to click refresh. when I hit refresh, it gives dialog box that page requires resending of information retry or cancel,If I press retry it shows me the secure page.This shold not happen.Once I logoff if I click the back button it should not go back at all. how can I do this?