Active
Project:
Boost
Version:
6.x-1.x-dev
Component:
Cookie issues
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 10:40 UTC
Updated:
28 Oct 2011 at 10:40 UTC
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 ?