php - Wordpress Comet cache does not start after session_start() for frist time? -


i using code , after first entry of new user page comet cache not send cached content.

$status = session_status(); if($status == php_session_none){     session_start(); } if (isset($_session['comparison']) && is_array($_session['comparison']) && count($_session['comparison'])>0){             define('donotcachepage', true);     } 


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -