session timeout -- time limit

2004-01-30 Thread Oliver Thiel
Hi all, where can I set a time limit for a session? I want the session's to be invalid after 10 minutes! How can i archive this? Thanks Oliver -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail

Re: session timeout -- time limit

2004-01-30 Thread Alvaro Martinez
You must change the file web.xml, the next line: session-config session-timeout10/session-timeout /session-config Alvaro - Original Message - From: Oliver Thiel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:30 AM Subject: session timeout

RE: session timeout -- time limit

2004-01-30 Thread Matthias Wessendorf
] Sent: Friday, January 30, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: session timeout -- time limit Hi all, where can I set a time limit for a session? I want the session's to be invalid after 10 minutes! How can i archive this? Thanks Oliver -- +++ GMX - die erste Adresse für Mail

RE: session timeout -- time limit

2004-01-30 Thread Anirudh Jayanth
: 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: Oliver Thiel

RE: session timeout -- time limit

2004-01-30 Thread Matthias Wessendorf
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?? -Original Message- From: Matthias

RE: session timeout -- time limit

2004-01-30 Thread cnd
[mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: session timeout -- time limit Hi all, where can I set a time limit for a session? I want the session's to be invalid after 10 minutes! How can i archive this? Thanks Oliver -- +++ GMX

[SOLVED] RE: session timeout -- time limit

2004-01-30 Thread Oliver Thiel
Message- From: Anirudh 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

RE: session timeout -- time limit

2004-01-30 Thread Paul McCulloch
timeout -- time limit Hi all, where can I set a time limit for a session? I want the session's to be invalid after 10 minutes! How can i archive this? Thanks Oliver -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http