Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
This patch makes CiviCRM compatible with the Drupal cache. It has not been tested exhaustively, but seems to work with both user registration and anonymous event registration with the drupal cache enabled.
For civicrm/* pages, the drupal cache is disabled. For the user/register page, CiviCRM's qfKey is disabled, as this feature is not compatible with drupal user registration (presumably due to the session being reset).