Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 12/9/12 4:20 PM, Konstantin Kolinko wrote: 2012/12/7 Christopher Schultz ch...@christopherschultz.net: On 12/7/12 4:16 AM, André Warnier wrote: Williams, Nick wrote: -Original Message- From: Christopher Schultz (...)

Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Konstantin Kolinko
2012/12/10 Christopher Schultz ch...@christopherschultz.net: If the Valve is configured at the Engine or Host level, will the call to getSession know what webapp's session should be fetched? Obviously, Tomcat figures this out eventually, but I was wondering if that resolution has been done

Re: Is it possible to expire jvmRoute cookie

2012-12-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 12/10/12 3:37 PM, Konstantin Kolinko wrote: 2012/12/10 Christopher Schultz ch...@christopherschultz.net: If the Valve is configured at the Engine or Host level, will the call to getSession know what webapp's session should be

Re: Is it possible to expire jvmRoute cookie

2012-12-09 Thread Konstantin Kolinko
2012/12/7 Christopher Schultz ch...@christopherschultz.net: On 12/7/12 4:16 AM, André Warnier wrote: Williams, Nick wrote: -Original Message- From: Christopher Schultz (...) Earlier somebody (I'm sorry, I already deleted the email) suggested Tomcat returning a 308 or 309 or similar

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/6/12 2:40 PM, André Warnier wrote: Christopher Schultz wrote: Yes, but session cookies typically have an expiration of -1 which means when the browser exits. Never exiting the browser has predicable

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Williams, Nick wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 06, 2012 5:08 PM To: Tomcat Users List Subject: Re: Is it possible to expire jvmRoute cookie 2. How one additional user can be a problem in such a system

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 3:51 AM, André Warnier wrote: You are going to force me to disclose the details, and thus maybe lose my patenting opportunity, but oh well. I am not thinking of a regular ping which would run independently. What I am thinking

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread Christopher Schultz
: Is it possible to expire jvmRoute cookie 2. How one additional user can be a problem in such a system? If he accesses a heavy-loaded system the things will be slow for him, but faster for all others, who close their browsers regularly. Let's take a pathological example: Assumptions: 1. Cluster

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Users List Subject: Re: Is it possible to expire jvmRoute cookie 2. How one additional user can be a problem in such a system? If he accesses a heavy-loaded system the things will be slow for him, but faster for all others, who close their browsers regularly. Let's take a pathological example

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread André Warnier
Smith, Mitchell wrote: Hi, I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close browsers, resulting (even if the tomcat session has expired) the user to be forwarded back to the instance. Is it possible to set an

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitchell, On 12/6/12 9:48 AM, Smith, Mitchell wrote: I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close browsers, resulting (even if the tomcat session has expired)

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitchell, On 12/6/12 9:48 AM, Smith, Mitchell wrote: I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close browsers, resulting (even if the

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/6/12 10:53 AM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitchell, On 12/6/12 9:48 AM, Smith, Mitchell wrote: I have a jvmRoute appended to my JSESSIONID to enable sticky

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/6/12 10:53 AM, André Warnier wrote: Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitchell, On 12/6/12 9:48 AM, Smith, Mitchell wrote: I have a jvmRoute appended to my

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Konstantin Kolinko
2012/12/6 Smith, Mitchell mitchell.sm...@cwc.com: I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close browsers, resulting (even if the tomcat session has expired) the user to be forwarded back to the instance.

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/6/12 2:40 PM, André Warnier wrote: Christopher Schultz wrote: Yes, but session cookies typically have an expiration of -1 which means when the browser exits. Never exiting the browser has predicable consequences, here. So for

Re: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstanti, On 12/6/12 3:39 PM, Konstantin Kolinko wrote: 2012/12/6 Smith, Mitchell mitchell.sm...@cwc.com: I have a jvmRoute appended to my JSESSIONID to enable sticky sessions at an application level. I see often that users do not close

RE: Is it possible to expire jvmRoute cookie

2012-12-06 Thread Williams, Nick
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 06, 2012 5:08 PM To: Tomcat Users List Subject: Re: Is it possible to expire jvmRoute cookie 2. How one additional user can be a problem in such a system? If he accesses