CRM-17212: Use pantheon detection to switch file session to storage
[civicrm-core.git] / extern / googleNotify.php
index 0916e5398908f6e9796f21bce0492373ae8015c3..46dda091887b5429fe1495e561a47992276c589b 100644 (file)
@@ -31,6 +31,9 @@
  * $Id$
  */
 
+if (defined('PANTHEON_ENVIRONMENT')) {
+  ini_set('session.save_handler', 'files');
+}
 session_start();
 
 require_once '../civicrm.config.php';