RE: Session timeout ?

2001-07-19 Thread Kevin Duffey
session timeout is set in the /WEB-INF/web.xml file of each web application. session-timeout30/session-timeout is the default. 30 minutes. Set it to 60 for one hour, try the file and see if that works. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: Session timeout ?

2001-07-19 Thread kc
I had some problem with 1.4.8's PostFileInputStream, I could not get it to work if I use a loop to write it to an out file. Eventually I found that I have to do all the writing in a single read and write. So I try toobtain the size of the file, create a big enuff buffer , then i

Re: Session timeout

2001-01-25 Thread Seung Ryong Bang
TED] Sent: Wednesday, January 24, 2001 7:58 PM Subject: RE: Session timeout Yes session-config session-timeoutX/session-timeout /session-config is where you specify the number of minutes of inactivity before web sessions are timed out I dont know for sure what setting this value to

Re: Session timeout

2001-01-25 Thread Tim Endres
Setting the session's timeout to infinite makes sense when you are managing the timeout within your logic. For instance, our system uses its own concept of an EJB session, which the servlet "fronts" with its own HTTPSession. Thus, when the EJB session times out, we would then invalidate the

RE: Session timeout

2001-01-25 Thread Matt Krevs
logged in again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Seung Ryong Bang Sent: Friday, 26 January 2001 4:10 AM To: Orion-Interest Subject: Re: Session timeout Thanks, Matt! First of all, I meant the session to be alive unless he or she purposedly

Re: Session timeout

2001-01-24 Thread Seung Ryong Bang
Nobody's answering my question. Please~~ Any idea is welcome. Thanks very much. - Original Message - From: "Seung Ryong Bang" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 10:03 AM Subject: Session timeout Hello all, I have just put the

RE: Session timeout

2001-01-24 Thread Matt Krevs
retty sure this is a different thing and has nothing to do with servlets or JSP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Seung Ryong Bang Sent: Thursday, 25 January 2001 12:14 PM To: Orion-Interest Subject: Re: Session timeout Nobody's answering my questi

Re: Session Timeout Default

2000-12-08 Thread Santosh Kumar
Session in my application timed out just after 5 minutes.. default must be session-timeout5/session-timeout santosh. - Original Message - From: Knudsen, Joe [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, December 07, 2000 11:14 PM Subject: Session Timeout