line 221 of xcache_cachepage.inc requires a correction:

Line 221# original code:
if (empty($_POST) && !$_COOKIE['drupal_uid']) {

Change to:
if (empty($_POST) && empty($_COOKIE['drupal_uid'])) {

Comments

Peter Bowey’s picture

Priority: Normal » Major
Status: Active » Reviewed & tested by the community