<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hey per,<div><br></div><div>Thanks for response, </div><div><span style="font-size: 12pt;">Yes multiple backend in both directors lo1 and loc2.</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">I can see cookie being same but still goes to to diff backend. when i look into varnishlog rxheader.</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">Regards</span></div><div><span style="font-size: 12pt;">Ashish</span></div><div><br><div><hr id="stopSpelling">From: perbu@varnish-software.com<br>Date: Mon, 11 Aug 2014 17:47:32 +0200<br>Subject: Re: sticky session<br>To: aashisn@hotmail.com<br>CC: varnish-misc@varnish-cache.org<br><br><div dir="ltr">Hi Ashish,<div><br></div><div><br></div><div class="ecxgmail_extra"><div class="ecxgmail_quote">On Mon, Aug 11, 2014 at 5:39 PM, Ashish Nepal <span dir="ltr"><<a href="mailto:aashisn@hotmail.com" target="_blank">aashisn@hotmail.com</a>></span> wrote:<br>


<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">


<div><div dir="ltr"><div><div>Hi, <span style="font-size:12pt;">I am not 100% sure how client.identity = req.http.cookie works,</span></div><div>neither i got good firm understanding from varnish-cache website itself.</div>


<div><br></div><div>can someone explain me if with below config i can get all request from one user to same backend?</div><div><br></div><div>If yes, </div><div>My test gives me diff backend, if no, can someone explain me how this works?</div>


<div><br></div><div> } elseif (req.http.host ~ "^test\.domain\.com$") {</div><div>                 set client.identity = req.http.cookie;</div><div>                 set req.backend = loc1;</div><div><br></div><div>


                 if(!req.backend.healthy) {</div><div>                        set req.backend = loc2;</div><div>                 }</div><div><br></div><div>        }</div><div><br></div></div></div></div></blockquote><div>


<br></div><div>The client director should have multiple backends in one director. Have you set it up like this? I would also pick out just the cookie you need and not the whole Cookie header from the client.</div><div><br>


</div></div>-- <br><div dir="ltr"><div style="font-size:12.727272033691406px;padding-bottom:5px;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255);"><table border="0" cellpadding="0" cellspacing="0" style="text-align:start;font-size:12px;line-height:1.5em;font-family:'Helvetica Neue',Arial,sans-serif;color:rgb(102,102,102);width:550px;border-top-width:1px;border-top-style:solid;border-top-color:rgb(238,238,238);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(238,238,238);padding-top:5px;padding-bottom:5px;">


<tbody><tr><td width="100" style="font-family:arial,sans-serif;"><a href="http://www.varnish-software.com/" style="color:rgb(17,85,204);" target="_blank"><img src="http://www.varnish-software.com/static/media/logo-email.png" style=""></a></td>


<td style="font-family:arial,sans-serif;"><b style="font-size:14px;color:rgb(34,34,34);">Per Buer</b><br>CTO | Varnish Software<br>Phone: <a target="_blank">+47 958 39 117</a> | Skype: per.buer<br>

<span style="font-weight:bold;">We Make Websites Fly!<br>
<br></span><span style="font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;font-weight:bold;">Winner of the Red Herring Top 100 Global Award 2013<br></span><p style="line-height:normal;font-family:Helvetica;">


<img src="https://www.varnish-software.com/sites/default/files/redherring_2013_winner_sml.jpg"></p><span style="font-weight:bold;"><br></span></td></tr></tbody></table><div></div></div><div style="font-size:12.727272033691406px;clear:both;color:rgb(34,34,34);font-family:arial,sans-serif;background-color:rgb(255,255,255);">


</div></div>
</div></div></div></div>                                          </div></body>
</html>