RE: Expire Sesssion

2013-12-06 Thread Crystal Maramba
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 05, 2013 5:00 PM To: Tomcat Users List Subject: Re: Expire Sesssion -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 12/5/13, 6:25 PM, Crystal Maramba wrote

Re: Expire Sesssion

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 12/5/13, 6:25 PM, Crystal Maramba wrote: >> Sorry I misunderstood your comment. Thanks for the clarification. >> I am actually looking for other options besides modifying the >> web.xml config file. Someone mentioned that we could do it

Re: Expire Sesssion

2013-12-05 Thread Tomcat Random
-- > From: Tomcat Random [mailto:tomcat.ran...@gmail.com] > Sent: Thursday, December 05, 2013 3:03 PM > To: Tomcat Users List > Subject: Re: Expire Sesssion > > Chris, > > True. But changing the web.xml file will still require a restart. It > depends on if she wants to ch

RE: Expire Sesssion

2013-12-05 Thread Crystal Maramba
-Original Message- From: Tomcat Random [mailto:tomcat.ran...@gmail.com] Sent: Thursday, December 05, 2013 3:03 PM To: Tomcat Users List Subject: Re: Expire Sesssion Chris, True. But changing the web.xml file will still require a restart. It depends on if she wants to change this

Re: Expire Sesssion

2013-12-05 Thread Tomcat Random
Chris, True. But changing the web.xml file will still require a restart. It depends on if she wants to change this frequently or permanently. The interval could go in a properties file as well, if setMaxInactiveInterval(...) is used. Also requires a restart by default but there are file listeners.

Re: Expire Sesssion

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 12/5/13, 3:29 PM, Tomcat Random wrote: > Crystal, > > At the risk of stating the obvious, you can also override the > default session timeout programmatically using HttpSession's > method: > > setMaxInactiveInterval(int interval) I'm gue

Re: Expire Sesssion

2013-12-05 Thread Christopher Schultz
ect: Re: Expire Sesssion > > Crystal, > > On 12/5/13, 12:10 PM, Crystal Maramba wrote: > > >> -Original Message- From: Igor Cicimov >> [mailto:icici...@gmail.com] Sent: Wednesday, December 04, 2013 >> 6:54 PM To: Tomcat Users List Subject: Re: Expire Ses

Re: Expire Sesssion

2013-12-05 Thread Tomcat Random
From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, December 05, 2013 10:36 AM > To: Tomcat Users List > Subject: Re: Expire Sesssion > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Crystal, > > On 12/5/13, 12:10 PM, Crystal M

RE: Expire Sesssion

2013-12-05 Thread Crystal Maramba
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 05, 2013 10:36 AM To: Tomcat Users List Subject: Re: Expire Sesssion -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 12/5/13, 12:10 PM, Crystal Maramba wrote

Re: Expire Sesssion

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 12/5/13, 12:10 PM, Crystal Maramba wrote: > > > -Original Message- From: Igor Cicimov > [mailto:icici...@gmail.com] Sent: Wednesday, December 04, 2013 6:54 > PM To: Tomcat Users List Subject: Re: Expire Sesssio

RE: Expire Sesssion

2013-12-05 Thread Crystal Maramba
-Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Wednesday, December 04, 2013 6:54 PM To: Tomcat Users List Subject: Re: Expire Sesssion On 05/12/2013 9:47 AM, "Crystal Maramba" wrote: > > Version: Apache Tomcat 7.0.42 > Server: 2008r2 Sta

Re: Expire Sesssion

2013-12-04 Thread Igor Cicimov
On 05/12/2013 9:47 AM, "Crystal Maramba" wrote: > > Version: Apache Tomcat 7.0.42 > Server: 2008r2 Standard > > How can I change the expired sessions in Tomcat Manager from 30 minutes to 480 minutes? > > I think you can do it through the web.xml file located in \tomcat\conf\web.xml and then restar

Expire Sesssion

2013-12-04 Thread Crystal Maramba
Version: Apache Tomcat 7.0.42 Server: 2008r2 Standard How can I change the expired sessions in Tomcat Manager from 30 minutes to 480 minutes? I think you can do it through the web.xml file located in \tomcat\conf\web.xml and then restart Tomcat. Is there a difference if I change it in the \tom