call remove page then the page is gone and can't be reconstructed anymore Ofcourse people can still use the back button (if the url did change from the first to the second page) and when they do that they will get a page expired. Or maybe on the second page you have some javascript that clears the window history somehow.
johan On 10/25/07, Suad AlShamsi <[EMAIL PROTECTED]> wrote: > > Your right, actually what I need is to stop the browser back button, which > means I need to disable the default second cache, writting to the file > system. How can I do so. > > Another question, what is a temporary session, how can been created, when > to use it? > > Johan Compagner wrote: > > you go to another page so the previous page is not in the session anymore > (wicket 1.3) > > > > On 10/24/07, Suad AlShamsi <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > After submitting a form the input data will be persisted in the > > database and the user will be directed to another page. How can I clear > > > > the input data from the session?! > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > >