RE: Edit session timeout

2005-01-30 Thread Aris Javier
Thanks Everybody! =) -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:56 PM To: Tomcat Users List Subject: Re: Edit session timeout Yes. Doug - Original Message - From: "Aris Javier" <[EMAIL P

Re: Edit session timeout

2005-01-30 Thread Parsons Technical Services
Yes. Doug - Original Message - From: "Aris Javier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, January 30, 2005 11:53 PM Subject: RE: Edit session timeout Thanks Drew! I found it.. =) can I also use this setting per web app? by editing web.xml p

RE: Edit session timeout

2005-01-30 Thread Aris Javier
Thanks Drew! I found it.. =) can I also use this setting per web app? by editing web.xml per web app? -Original Message- From: Drew Jorgenson [mailto:[EMAIL PROTECTED] Sent: Monday, January 31, 2005 12:41 PM To: Tomcat Users List Subject: RE: Edit session timeout 120

RE: Edit session timeout

2005-01-30 Thread Drew Jorgenson
und there... > can you give me an example on how to write it down in web.xml? > > thanks! > aris > > -Original Message- > From: Wendy Smoak [mailto:[EMAIL PROTECTED] > Sent: Monday, January 31, 2005 12:25 PM > To: Tomcat Users List > Subject: Re: Edit sessio

RE: Edit session timeout

2005-01-30 Thread Caldarale, Charles R
> From: Aris Javier [mailto:[EMAIL PROTECTED] > Subject: RE: Edit session timeout > > I looked at my web.xml, and no sessionTimeout found there... > can you give me an example on how to write it down in web.xml? Not sure what you meant by "my" web.xml, since, as Wendy

RE: Edit session timeout

2005-01-30 Thread Aris Javier
session timeout From: "Aris Javier" <[EMAIL PROTECTED]> > How to edit session timeout? Tomcat's default value is 30mins... Look in web.xml instead of server.xml. You can change it for the entire container, or on a per-webapp basis, depending on which web.xml you edit. (Works f

Re: Edit session timeout

2005-01-30 Thread Wendy Smoak
From: "Aris Javier" <[EMAIL PROTECTED]> How to edit session timeout? Tomcat's default value is 30mins... Look in web.xml instead of server.xml. You can change it for the entire container, or on a per-webapp basis, depending on which web.xml you edit. (Works for Tomcat 4.1,

Edit session timeout

2005-01-30 Thread Aris Javier
Hello! How to edit session timeout? Tomcat's default value is 30mins... 30 minutes of inactivity then a session will expire... In my apps, i think 30minutes is too long.. i want 5 minutes of inactivity before session expires... is it in server.xml? i only see connectionTimeout which is