<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Hello<br>
  Thank you for the advices, in this scenario I am forced to use a cookie because I want to make a 307 redirect every time varnish would send 503 to borwser, but I need to send a cookie to prevent redirect loops.<br>
<br>
If you have any solution for this, your advice will be highly appreciated.<br>
<br>
I tried this way:  set resp.http.set-cookie = resp.http.set-cookie + ";foo=bar"<br>
but it didn't work for me.  Are you sure this method should work or I am forced to use the vmod that Paul suggested ?<br>
<br>
<br>
Thank you very much<br>
<br>
<br>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr tabindex="-1">
<div id="divRpF179921" style="direction:ltr"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Per Buer [perbu@varnish-software.com]<br>
<b>Sent:</b> Thursday, August 30, 2012 10:48 AM<br>
<b>To:</b> Cornel Vaideanu<br>
<b>Cc:</b> varnish-misc@varnish-cache.org<br>
<b>Subject:</b> Re: When setting a cookie, the old ones are lost<br>
</font><br>
</div>
<div></div>
<div>Hi,<br>
<br>
<div class="gmail_quote">On Thu, Aug 30, 2012 at 9:00 AM, Cornel Vaideanu <span dir="ltr">
<<a href="mailto:Cornel.Vaideanu@greppysystems.com" target="_blank">Cornel.Vaideanu@greppysystems.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-size:10pt; font-family:Tahoma"><span lang="en-US">
<div style="margin:0"><span style="font-size:11pt; font-family:Calibri,sans-serif"> </span></div>
<div style="margin:0"><font face="Calibri,sans-serif"><span style="font-size:11pt">Can you tell me how can I set a new cookie without losing the cookies that apache sends ?</span></font></div>
</span></div>
</div>
</blockquote>
<div><br>
</div>
<div>The problem is that there can, according to the IETF, only one Set-Cookie header.  What you want to so is to modify the exsisting set-cookie header.</div>
<div><br>
</div>
<div>Something like:</div>
<div> set resp.http.set-cookie = resp.http.set-cookie + ";foo=bar"</div>
<div><br>
</div>
<div>You could add another Set-Cookie header as Paul proposed but that breaks the spec, all though it will probably work for at least 99% of the clients out there.</div>
<div><br>
</div>
<div>Per.</div>
<div><br>
</div>
</div>
<div><br>
</div>
-- <br>
<img src="http://www.varnish-software.com/sites/default/files/varnishsoft_white_190x47.png">
<div>Per Buer<br>
Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer<br>
<i>Varnish makes websites fly!</i>
<div><a href="http://www.varnish-software.com/whitepapers" target="_blank">Whitepapers</a> |
<a href="http://www.youtube.com/watch?v=x7t2Sp174eI" target="_blank">Video</a> | <a href="https://twitter.com/varnishsoftware" target="_blank">
Twitter</a> <br>
<br>
</div>
</div>
<br>
</div>
</div>
</div>
<br>
<br>
<b>Cornel Vaideanu</b><br>
<b>PHP Developer</b><br>
<br>
M: <br>
<br>
<img src="http://greppysystems.com/ftp/logo.png"> <br>
17-19A, Ploiesti Street, <br>
Cluj-Napoca, Romania<br>
<a href="http://greppysystems.com">www.greppysystems.com</a><br>
</body>
</html>