Hi everyone,
I'm using Perusio's Drupal 6 + Boost on Nginx config. I can't seem to get Boost to reliably serve up pages. I have confirmed that the cache directory in the Drupal root is world writable, and files are being created in it. However, I can't seem to get browsers to retrieve a cached version of the page. I open the page in a browser as an anonymous user, then I refresh the page, and then view source, and there are no Boost tags at the bottom. The strange thing is that when I retrieve the page with wget and view the source, it does have the Boost tag at the bottom. I have tried with 3 different browsers, including a pristine config with no cookies or anything, and it still makes no difference. Any idea what could be wrong?
Thanks!
Comments
Update: I found that when I
Update: I found that when I delete all of my site's cookies and load a Boost cached page, it does retrieve it from the Boost cache (it shows the Boost tag in the HTML) only the first time the page is loaded. If I visit the page again, it no longer retrieves the cached version. I also noticed that it is creating to SESS cookies. Is that normal?
Thanks!