Re: What is definition of "session-timeout" ?

2000-07-06 Thread Ciaran McNulty
As far as I'm aware, it's teh time since the object was last used. Simply checking a value in the session seems to be enough to restart the timer. Hope this helps (and is accurate) -Ciaran Dear Orion Interest Group: I'm controlling the time-out of server side java beans using the web

RE: What is definition of "session-timeout" ?

2000-07-05 Thread Matt Krevs
As far as I know its the number of minutes since the session was 'used' (number 1)  -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steven PunteSent: Thursday, 6 July 2000 7:47To: Orion-InterestSubject: What is definition of "

What is definition of "session-timeout" ?

2000-07-05 Thread Steven Punte
Dear Orion Interest Group:       I'm controlling the time-out of server side java beans using     the web.xml  numOfMinutes     configuration parameter.       Does anyone know the definition of this parameter?  Is it:   Time-out from the last time the object was used? Time-out from