Hi Cyrill,

Thanks for the update.  Please find the attached configuration. Also please
respond to below my queries.

In our configuration client time out set as 50sec. What will be the result
if the user remain inactive more than 50sec?

lets say a user hits goes to App1 server. if user remains active(clicking
on site's button ,links) ,will LB keep sending request on App1 only or it
may send to App2 as well.

a) If user is active.
b) If user is in-active.

Our session persistence handled by JSESSIONID by using below configuration.

appsession JSESSIONID len 52 timeout 300000

What is impact on timeout in appsession? What happens after 5 mins(300000)?
(Any impact due to user being in-active or active on this statement). How
this related to client time out.

Appsession parameter making it stick here ,by what time? JSESSION ID
remains same till session time out of user. Any other disadvantage of
sticky session except when network clock/specific server has crashed ,not
responding?

On Thu, Apr 9, 2015 at 3:31 AM, Cyril Bonté <[email protected]> wrote:

> Hi,
>
> Le 08/04/2015 15:49, RAKESH P B a écrit :
>
>> Hi All,
>>
>>   I have installed haproxy from ubuntu repo (haproxy version : 1.5.9. ).
>> The session time out happens  when client browser sit idle for 5 min.
>> Please let me know which parameter will causing the time out.
>>
>
> What is the issue here ? Are you talking about a HTTP keep-alive timeout
> of 5 minutes or a timeout occuring because the client or the server didn't
> provide a complete request/response, with no trafic for 5 minutes ?
>
> Please provide your configuration. But you can already have a look to
> "timeout client" [1] and "timeout server" [2] and even other timeouts
> depending on your configuration.
>
> > How  I can
>
>> enable to  send the keep alive packets from haproxy to client  to check
>> whether client active or not.
>>
>
> If you are talking about tcp keepalive this won't be of any help here.
>
>
> [1] http://cbonte.github.io/haproxy-dconv/configuration-1.
> 5.html#timeout%20client
> [2] http://cbonte.github.io/haproxy-dconv/configuration-1.
> 5.html#timeout%20server
>
> --
> Cyril Bonté
>

Attachment: haproxy (1).cfg
Description: Binary data

Reply via email to