Looking in zc156b responsive_classic and my clone of responsive_classic

zc156b\includes\templates\responsive_classic\common\tpl_header.php

Code:
if ($_SESSION['customer_id']) {
has already been changed in the distribution files to
Code:
if (zen_is_logged_in() && !zen_in_guest_checkout()) {