the way sessions timeout is a duration of time in which there are no requests. so if you add a bit of javascript (ajax) that makes a server side call every 5 minutes, the session will never timeout as long as the webpage is open in the browser, because the server sees a request come in every 5 minutes.
-gor On Sun, Mar 30, 2008 at 11:17 AM, Per Newgro <[EMAIL PROTECTED]> wrote: > Hi Nino Saturnino Martinez Vazquez Wael: > > > It depends. If it's okay to go to the url you specify in the iframe on > > repainting, it will work. If whatever happens in the iframe is part of a > > flow, it could break it (but it depends on a lot of things) like how > > does the other application handle sessions etc. > > > > If the application which are within were using keepalives/ajaxtimers etc > > it would not cause timeouts in the first place.. > I only have one application, thats why i would like to assign timeout value > by > page. > The part in the IFRAME represents a preselection for a hotel booking service > (normal stuff like adults, nights, checkin day selection etc.). The selection > is validated and set to valid values using ajax. > The preselection-page contains a button which onsubmit opens another window > with the booking page. So i would like to set the timeout value for > preselection un-limited and for bookingpage to 10 minutes. > > Btw what are keepalives - are they wicket parts - never heared of it? > > Thanks for your help > > > Per > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
