Hello,
I create new page and I call this
cookie_cache_bypass_adv_setcookie();
print $_COOKIE['NO_CACHE'];
print "<pre>";
print_r($_COOKIE);
print "</pre>";
when I see the as anonymous I don't find NO_CACHE
Array
(
[_em_vt] => b910337d54f943f2f962fe6e80694e19d374e9ac81-873733594f8df408
[_em_hl] => 1
[_em_pv] => 1
[_em_v] => 696a4c18406f5087453ce83fa1454f8df3d69cfdd6-199229554f8df408
[_em_sv] => -1
)
And How can I use this module?
HTTP/1.1 200 OK
Server: Apache/2.2.21 (FreeBSD) mod_ssl/2.2.21 OpenSSL/0.9.8q DAV/2 PHP/5.2.17 with Suhosin-Patch
X-Powered-By: PHP/5.2.17
Cache-Control: public, max-age=86400
Last-Modified: Wed, 18 Apr 2012 02:22:28 +0000
Expires: Sun, 11 Mar 1984 12:00:00 GMT
Vary: Cookie
Etag: "1334715748"
Content-Type: text/html; charset=utf-8
X-Varnish-beresp-ttl: 3600.000
X-Varnish-beresp-grace: 172800.000
X-Varnish-beresp-status: 200
Content-Length: 114795
Accept-Ranges: bytes
Date: Wed, 18 Apr 2012 02:26:30 GMT
X-Varnish: 1562816240
Age: 0
Via: 1.1 varnish
Connection: keep-alive
X-Varnish-Cache: MISS
GET / HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
Cookie: __utma=249715798.826580855.1329851660.1334666676.1334702127.134; __utmz=249715798.1333959526.120.4.utmcsr=|utmccn=(referral)|utmcmd=referral|utmcct=/front; _em_hl=1; _em_pv=1; _em_vt=0f8944b128e466749732fe6e80694e19d374e9ac81-873733594f8df818; __utmc=249715798; __utmb=249715798.12.10.1334702127; _em_v=68fecd7f9f2b1fde7aa8298badbc4f8df02ebebfa2-014982884f8df818; _em_sv=-1
If-None-Match: "1334714700"
Cache-Control: max-age=0
Comments
Comment #1
techgirlgeek commentedI'm also only getting the NO_CACHE cookie for logged in users, but not for anonymous users.
Thoughts?
Thank you,
Karyn