I think I did not make it very clear, let me explain<br><br>I have a file named abc.html as below<br><html><br><head><br><title>Test</title?<br><body><br><p>Test Page</p><br><p><esi:include src="/cgi-bin/abc.php"/></p><br>

</body><br></html><br><br>This abc.php sends cookie, what I want is to cache all the contents of abc.html and when doing esi processing (abc.php) include the Set-Cookie header sent by abc.php with the response.<br>

<br>right now, abc.html is being cached and esi processing for abc.php is also working but Set-Cookie header sent by abc.php is not being sent to client.<br><br>possible?<br><br><div class="gmail_quote">On Sat, Oct 13, 2012 at 7:38 AM, Paul A. Procacci <span dir="ltr"><<a href="mailto:pprocacci@datapipe.com" target="_blank">pprocacci@datapipe.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, Oct 12, 2012 at 03:22:07PM +0530, linuxsupport wrote:<br>
>    Hi All,<br>
>    I have an application which sends cookie, home page has 75% static<br>
>    contents and 25% dynamic.<br>
>    is there a way to cache the static part of the page while get the<br>
>    dynamic contents using ESI.<br>
>    I know if application does not send cookie then there is no problem,<br>
>    but cookie is important in our case.<br>
>    Please suggest what possible way it can be achieve.<br>
>    Thanks<br>
<br>
</div></div>If a cookie exists, don't pass it, and `return (lookup)`?<br>
<br>
The vcl is pretty clear about passing requests with cookies to the<br>
backend, but your vcl can be modified quite easily change this function-<br>
ality.<br>
<br>
Perhaps I'm not completely understanding the question.<br>
<br>
~Paul<br>
<br>
________________________________<br>
<br>
This message may contain confidential or privileged information. If you are not the intended recipient, please advise us immediately and delete this message. See <a href="http://www.datapipe.com/legal/email_disclaimer/" target="_blank">http://www.datapipe.com/legal/email_disclaimer/</a> for further information on confidentiality and the risks of non-secure electronic communication. If you cannot access these links, please notify us by reply message and we will send the contents to you.<br>


</blockquote></div><br>