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>