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: Sorry

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 cmara...@acumenllc.com wrote: Version: Apache Tomcat 7.0.42 Server: 2008r2 Standard

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 Sesssion On 05/12/2013 9

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 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 Maramba wrote: -Original Message

Re: Expire Sesssion

2013-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Crystal, On 12/5/13, 2:27 PM, Crystal Maramba wrote: -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

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 guessing

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

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

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 change this frequently or permanently

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

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

Re: Expire Sesssion

2013-12-04 Thread Igor Cicimov
On 05/12/2013 9:47 AM, Crystal Maramba cmara...@acumenllc.com 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