Index: cookie_cache_bypass_adv.module =================================================================== --- cookie_cache_bypass_adv.module (revision 265) +++ cookie_cache_bypass_adv.module (working copy) @@ -11,7 +11,7 @@ */ function cookie_cache_bypass_adv_form_alter(&$form, $form_state, $form_id) { - if (drupal_is_cli()) { + if (!isset($_SERVER['SERVER_SOFTWARE']) && (php_sapi_name() == 'cli' || (is_numeric($_SERVER['argc']) && $_SERVER['argc'] > 0))) { return; }