Hello. I have the following situation. Every my page include this JS part right at the end of the head tag:

 <script type="text/javascript" language="javascript">
<!--
document.cookie="cr_tr=MXwwfDF8MXwxfDF8MHwwfDB8MHwwfDFjYmFhM2M2Mjc4YzAxMzk3MjZmZmNhNTJjZWIxMmY2; expires=Saturday, 29 Oct 11 10:35:03 GMT; path=/; domain=.domain.com;"
//-->
</script>

And this causing caching issue. None of pages with this JS doesn't get cached version. Once I get rid of this JS, boost become work perfectly.

If there is a way to avoid this issue or fix it ?