Guest User

Untitled

a guest
Apr 17th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.53 KB | None | 0 0
  1. diff --git a/CRM/Core/Session.php b/CRM/Core/Session.php
  2. index bebced1..e2f2ff3 100644
  3. --- a/CRM/Core/Session.php
  4. +++ b/CRM/Core/Session.php
  5. @@ -122,8 +122,9 @@ class CRM_Core_Session {
  6.            // https://issues.civicrm.org/jira/browse/CRM-14356
  7.            if (! (isset($GLOBALS['lazy_session']) && $GLOBALS['lazy_session'] == true)) {
  8.              drupal_session_start();
  9. +          } else {
  10. +            $_SESSION = array();
  11.            }
  12. -          $_SESSION = array();
  13.          }
  14.          else {
  15.            session_start();
Advertisement
Add Comment
Please, Sign In to add comment