Questions tagged [comet-cache]

Comet Cache is a plugin for the WordPress content management system. This plugin improves the user experience of the site by increasing website performance and reducing download times via features like content delivery network (CDN) integration. It was once called W3 Total Cache, then was rebranded to ZenCache, and is now known as Comet Cache.

1 questions
0
votes
0 answers

Wordpress Comet cache does not start after session_start() for first time?

I am using this code and after first entry of new user to page comet cache will not send cached content. $status = session_status(); if($status == PHP_SESSION_NONE){ session_start(); } if (isset($_SESSION['comparison']) &&…
Pavel Hájek
  • 176
  • 1
  • 8