<div dir="ltr">Hello,<br><br>I'm switching from Squid to Varnish right now I really like varnish so far.<br><br>But I have a problem: In varnishncsa I would like to see the cookies for user-tracking. At the moment I'm adding the cookies in Javascript to an Url:<br>
<br><script><br clear="all">  var path = "<a href="http://citybeat.de/pixel.gif">http://citybeat.de/pixel.gif</a>?";<br>  ...<br>  path += "&cookie=" + escape(document.cookie);<br></script><br>
<br>varnishncsa truncated the URL to 256 bytes, which is a problem in this case. I found in the archives a patch, which increases the limit to 65535 bytes ( <a href="http://projects.linpro.no/pipermail/varnish-misc/2007-September/001057.html">http://projects.linpro.no/pipermail/varnish-misc/2007-September/001057.html</a> ), but the post is from Sept 2007 and I could not succesfull patch it to the latest svn-trunk.<br>
<br>Is it possible to patch this in the trunk? I think, the limitation to 256 bytes might be a problem for other users too..<br><br>Thanks,<br><br>Hermann-Marcus Behrens<br><br><br>-- <br><a href="http://citybeat.de">citybeat.de</a>: Bremens größtes Stadtmagazin im Internet. <br>
<br>Statistik März 2008:<br>Absolut eindeutige Besucher: 101.711<br>Pageviews: 1.728.618<br>Visits: 254.239 <br>(alle Zahlen Google Analytics)<br><br><a href="http://citybeat.de">citybeat.de</a><br>Zum Huchtinger Bahnhof 13<br>
28259 Bremen<br>Tel: 0421 - 16 80 80 - 0<br>Fax: 0421 - 16 80 80 - 80<br>
</div>