Re: Side effects of ignoring JSESSIONID in a multi-threaded application

2017-04-03 Thread Bernd Eckenfels
of ignoring JSESSIONID in a multi-threaded application On 3/19/2017 11:20 PM, Shawn Heisey wrote: > On 3/18/2017 8:58 AM, Farzad Mahdikhani wrote: >> I am using a CloseableHttpClient which uses a >> PoolingHttpClientConnectionManager in a web application, I mean a >> multi-thre

Re: Side effects of ignoring JSESSIONID in a multi-threaded application

2017-04-03 Thread Ferez
On 3/19/2017 11:20 PM, Shawn Heisey wrote: On 3/18/2017 8:58 AM, Farzad Mahdikhani wrote: I am using a CloseableHttpClient which uses a PoolingHttpClientConnectionManager in a web application, I mean a multi-threaded application with different users, in a state-less way or request-response way.

Re: Side effects of ignoring JSESSIONID in a multi-threaded application

2017-04-03 Thread Ferez
On 3/18/2017 9:59 PM, Oleg Kalnichevski wrote: On Sat, 2017-03-18 at 14:58 +, Farzad Mahdikhani wrote: I am using a CloseableHttpClient which uses a PoolingHttpClientConnectionManager in a web application, I mean a multi-threaded application with different users, in a state-less way or reque

Re: Side effects of ignoring JSESSIONID in a multi-threaded application

2017-03-19 Thread Shawn Heisey
On 3/18/2017 8:58 AM, Farzad Mahdikhani wrote: > I am using a CloseableHttpClient which uses a > PoolingHttpClientConnectionManager in a web application, I mean a > multi-threaded application with different users, in a state-less way > or request-response way. The server at the other hand, a load b

Re: Side effects of ignoring JSESSIONID in a multi-threaded application

2017-03-18 Thread Oleg Kalnichevski
On Sat, 2017-03-18 at 14:58 +, Farzad Mahdikhani wrote: > I am using a CloseableHttpClient which uses a > PoolingHttpClientConnectionManager in a web application, I mean a > multi-threaded application with different users, in a state-less way > or request-response way. The server at the other h

Side effects of ignoring JSESSIONID in a multi-threaded application

2017-03-18 Thread Farzad Mahdikhani
I am using a CloseableHttpClient which uses a PoolingHttpClientConnectionManager in a web application, I mean a multi-threaded application with different users, in a state-less way or request-response way. The server at the other hand, a load balancer in front of 10 servers which I don’t have c