Thank you so much for your solution. I&#39;ll test this tomorrow. Will the proposed solution send two  Set-Cookie headers? Or does the add_header directive replace the first Set-Cookie header?<br><br>Ian<br><br><div class="gmail_quote">
On Thu, Aug 13, 2009 at 5:10 PM, Marcus Clyne <span dir="ltr">&lt;<a href="mailto:maccaday@gmail.com">maccaday@gmail.com</a>&gt;</span> 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,<div class="im"><br>
<br>
Nick Pearson wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Oops, I messed up on the add_header line.  It should have been:<br>
<br>
  add_header  Cookie  &quot;something=$cookie_something  your_suffix_here&quot;;<br>
  <br>
</blockquote></div>
Should be<br>
<br>
add_header  Set-Cookie  &quot;something=$cookie_something  your_suffix_here&quot;;<br>
<br>
<br>
Cheers,<br><font color="#888888">
<br>
Marcus.<br>
<br>
</font></blockquote></div><br>