Hi I'm sorry, I wasn't being specific, I meant a struts action. You see, we've got some actions which get data from a database and sometimes it takes a while, so some of the users hit the back button and I'd like to know whether this ends the connection by itself (if implemented so in finalize) or, as I'm guessing after your answer, how to do it otherwise.
thanks again Julian > --- Ursprüngliche Nachricht --- > Von: "Emilia Ipate" <[EMAIL PROTECTED]> > An: "Struts Users Mailing List" <user@struts.apache.org> > Betreff: RE: Finalize back hitting the "back"-button? > Datum: Wed, 17 May 2006 09:31:44 +0200 > > Hello! > > Could you be more explicit? What do you understand when saying action? Are > you referring to a HTTP request action? > > Anyway, you should remember that, when the user hits the "back" button of > the browser, there is no interaction (no request sent) between the client > (browser) and the server. So, when the "back" button of the browser is hit, > the browser retrieves from the user's PC cache the previous html page and > shows it again (so, it's just the old page, not a new request to server -- > but you can trick this). Because there is no request sent by the user to the > server, the session (if there is one) is not lost. > > I hope this clears your problem! If it doesn't, please explain what do you > mean by "action"! > > Kind regards, > Emilia > -- GMX Produkte empfehlen und ganz einfach Geld verdienen! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]