RE: session timeout --> time limit

2004-01-30 Thread Paul McCulloch
It's a setting in web.xml: 10 > -Original Message- > From: Oliver Thiel [mailto:[EMAIL PROTECTED] > Sent: 30 January 2004 10:31 > To: [EMAIL PROTECTED] > Subject: session timeout --> time limit > > > Hi all, > > > where can I s

[SOLVED] RE: session timeout --> time limit

2004-01-30 Thread Oliver Thiel
> if user "bigBoss" logged in... :-) > > > cheers, > > > > -Original Message- > From: Anirudh Jayanth [mailto:[EMAIL PROTECTED] > Sent: Friday, January 30, 2004 11:48 AM > To: 'Struts Users Mailing List' > Subject: RE: ses

RE: session timeout --> time limit

2004-01-30 Thread cnd
sers Mailing List' > Subject: RE: session timeout --> time limit > > > session.setMaxInactiveInterval(int interval); > > Specifies the time, in seconds, between client requests before the > servlet container will invalidate this session. A negative time > indicate

RE: session timeout --> time limit

2004-01-30 Thread Matthias Wessendorf
rudh Jayanth [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:48 AM To: 'Struts Users Mailing List' Subject: RE: session timeout --> time limit session.setMaxInactiveInterval(int interval); would this override the session-timeout set in the web.xml for the application??

RE: session timeout --> time limit

2004-01-30 Thread Anirudh Jayanth
ubject: RE: session timeout --> time limit session.setMaxInactiveInterval(int interval); Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. A negative time indicates the session should never timeout -Original Message- From:

RE: session timeout --> time limit

2004-01-30 Thread Matthias Wessendorf
session.setMaxInactiveInterval(int interval); Specifies the time, in seconds, between client requests before the servlet container will invalidate this session. A negative time indicates the session should never timeout -Original Message- From: Oliver Thiel [mailto:[EMAIL PROTECTED] Se

Re: session timeout --> time limit

2004-01-30 Thread Alvaro Martinez
You must change the file web.xml, the next line: 10 Alvaro - Original Message - From: "Oliver Thiel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 30, 2004 11:30 AM Subject: session timeout --> time limit Hi all, where can I set a time limit for