Re: Tomcat 8 Session Timeout

2015-09-08 Thread Theo . Sweeny
Re: Tomcat 8 Session Timeout -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/4/15 6:14 AM, theo.swe...@avios.com wrote: > Hi Chris - the servlet spec states "If the time out is 0 or less, > the container ensures the default behavior of sessions is never to > t

Re: Tomcat 8 Session Timeout

2015-09-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/4/15 6:14 AM, theo.swe...@avios.com wrote: > Hi Chris - the servlet spec states "If the time out is 0 or less, > the container ensures the default behavior of sessions is never to > time out." > > Currently the timeout value is set to 2

Re: Tomcat 8 Session Timeout

2015-09-04 Thread Theo . Sweeny
ing? Theo From: Christopher Schultz To: Tomcat Users List , Date: 03/09/2015 16:43 Subject: Re: Tomcat 8 Session Timeout -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/3/15 8:28 AM, theo.swe...@avios.com wrote: > Thanks Chris - that pointer is very helpful.

Re: Tomcat 8 Session Timeout

2015-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/3/15 8:28 AM, theo.swe...@avios.com wrote: > Thanks Chris - that pointer is very helpful. > > Can you clarify by setting session-timeout to 0, implies after 60 > seconds the session will expire or does it imply the same as -1, > that ses

Re: Tomcat 8 Session Timeout

2015-09-03 Thread Theo . Sweeny
/09/2015 17:23 Subject:Re: Tomcat 8 Session Timeout -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/1/15 4:29 AM, theo.swe...@avios.com wrote: > Mark - I took a look at the Manager How To Guide as seen here - > > https://tomcat.apache.org/tomcat-8.0-doc/manager-h

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 9/1/15 4:29 AM, theo.swe...@avios.com wrote: > Mark - I took a look at the Manager How To Guide as seen here - > > https://tomcat.apache.org/tomcat-8.0-doc/manager-howto.html#Expire_Ses sions > > It mentions that it's possible to expire

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Mark Thomas
: Mark Thomas > To: Tomcat Users List , > Date: 01/09/2015 09:02 > Subject:Re: Tomcat 8 Session Timeout > > > > On 01/09/2015 08:53, theo.swe...@avios.com wrote: >> Hi Mark >> >> Tomcat version? >> >> v8.0.21 > > OK. Fair

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Theo . Sweeny
lhost:8080/manager/text/expire?path=/examples&idle=0 Do you know if a wildcard can be used for the app name? Theo From: Mark Thomas To: Tomcat Users List , Date: 01/09/2015 09:02 Subject: Re: Tomcat 8 Session Timeout On 01/09/2015 08:53, theo.swe...@avios.com wrote:

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Mark Thomas
> Is there a command line mechanism to gracefully terminate sessions? No, but you can use the Manager app to view session contents and expire the sessions. Mark > > Theo > > > > > From: Mark Thomas > To: Tomcat Users List , > Date: 28/08/2015 19:13 > Su

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Theo . Sweeny
Users List , Date: 28/08/2015 19:13 Subject:Re: Tomcat 8 Session Timeout On 28/08/2015 12:08, theo.swe...@avios.com wrote: > Hello - currently HTTP sessions are configured to timeout after 120 > seconds, in $CATALINA_BASE/conf/web.xml > > > 2 > &g

Re: Tomcat 8 Session Timeout

2015-09-01 Thread Theo . Sweeny
Tomcat Users List , Date: 28/08/2015 19:09 Subject: Re: Tomcat 8 Session Timeout -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 8/28/15 12:08 PM, theo.swe...@avios.com wrote: > Hello - currently HTTP sessions are configured to timeout after 120 > seconds, in $CATAL

Re: Tomcat 8 Session Timeout

2015-08-28 Thread Mark Thomas
On 28/08/2015 12:08, theo.swe...@avios.com wrote: > Hello - currently HTTP sessions are configured to timeout after 120 > seconds, in $CATALINA_BASE/conf/web.xml > > > 2 > > > However this is not being honoured by the web services, where many session > are lasting longer. > >

Re: Tomcat 8 Session Timeout

2015-08-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Theo, On 8/28/15 12:08 PM, theo.swe...@avios.com wrote: > Hello - currently HTTP sessions are configured to timeout after 120 > seconds, in $CATALINA_BASE/conf/web.xml > > 2 > I'd highly recommend that you move that configuration from conf/web

Tomcat 8 Session Timeout

2015-08-28 Thread Theo . Sweeny
Hello - currently HTTP sessions are configured to timeout after 120 seconds, in $CATALINA_BASE/conf/web.xml 2 However this is not being honoured by the web services, where many session are lasting longer. >From what I understand - the order for session timeouts is - HttpSess