WP is sending one cookie from the plugin Mobile Website Detector (websitez_mobile_detector), besides other cookies are sent from the server like google analytics cookies (__utma, __utmb …). Really when the user is logged in the site the wordpress_logged_in_e1b30b5b176d5cfe63955c27f6f1d510 is create in this case.
I would like to serve one version of site to all anonimous user from cache and when the worpress_logged_in cookie is present serve one no cache version. Is not a problem of WP of course, this problem is extending to any web page with private zone. Any idea? On 11/11/2012, at 02:16, Kurt Payne <[email protected]> wrote: > Which cookies are sent from WordPress when the user is not logged in? > > --Kurt > > On Nov 10, 2012 5:02 PM, "Leif Hedstrom" <[email protected]> wrote: > On 11/10/12 1:57 AM, Jorge Román Novalbos wrote: > Hi Alex, > > I have proxy.config.http.cache.cache_responses_to_cookie configured to 1, I > mean to cache all content although the cookie is present. > If I set that param to 3, the html is not cached and all html content go back > to the origin servera, so it is not valid for me. > > As you say, the site send a cookie when the user is logged (wp_loggin) in but > the problem is when there is not user logged in, other types of cookies are > sent too. > > I'm using a Wordpress as a backend server and I can modify the code. > > I could have sworn Wordpress took care of this by default, by making sure > that "personalize" content is not cacheable. Cc:ing Kurt Payne (not sure if > he's listening in on this channel): How did you set this up with ATS? > > -- Leif >
