Sorry for this *late* response.<br>Noticed this mail while searching the ML archive just now. I missed it. :-(<br><br>On Mon, Apr 7, 2008 at 4:55 AM, Erik Torlen <<a href="mailto:duja@torlen.net">duja@torlen.net</a>> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">But the loadbalancing is already implenteed. I dont see why it shouldn't be used as loadbalancer if the functionality exists?  </blockquote>
<div>load-balance != session-sticky, is it? At least it depends on the mechanism of LBer.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I don't want to use one place for all sessions, like a file share or something in that direction. Im thinking about creating<br>
a Header that is called X-Backend: (a|b|c|d). This could be used to check what backend the user should use. Its really not<br>
a nice way to do it but its a way of doing it.  </blockquote><div>IIRC, HAproxy use Cookie insertion just like what you said to do Cookie-based LB.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Is there any idea that I could create a ticket for a feature like this?  <br></blockquote><div>Maybe? <br><br>And, have you got any solution?<br>Maybe, you could try nginx or haproxy.<br><br>Good luck.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
/ Erik<br>
<br>
Cherife Li skrev:<div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 2008-3-28 19:05, <a href="mailto:duja@torlen.net" target="_blank">duja@torlen.net</a> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I got a question regarding the Directors in varnish vcl. If user A is logging in to <a href="http://mywebsite.com" target="_blank">http://mywebsite.com</a> and the website is using varnish (with directors) in front of 4 backend servers. The 4 backend servers is identical.<br>

<br>
User A is logging in and hits server 1. He then goes to his profile and hits server 2. The server 2 doesn't know that user A is logged<br>
and redirect him to some "Not logged in"-page.<br>
<br>
Is there any way for varnish to lookup which server that user A should be directed to? Some kind of Sticky Session function?<br>
<br>
</blockquote>
IMHO, Varnish is for caching, rather than for redirecting.<br>
Maybe you could consider HAProxy, or pound, or IPVS, or<br>
similar implementation.<br>
Besides, I know that sessions can be shared.<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
/ Erik<br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@projects.linpro.no" target="_blank">varnish-misc@projects.linpro.no</a><br>
<a href="http://projects.linpro.no/mailman/listinfo/varnish-misc" target="_blank">http://projects.linpro.no/mailman/listinfo/varnish-misc</a><br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div>-- <br>Rgds,<br>Cherife.