aboutsummaryrefslogtreecommitdiffstats
path: root/gsxlib.php
diff options
context:
space:
mode:
Diffstat (limited to 'gsxlib.php')
-rw-r--r--gsxlib.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/gsxlib.php b/gsxlib.php
index 6f61703..60a3fc0 100644
--- a/gsxlib.php
+++ b/gsxlib.php
@@ -41,10 +41,6 @@ class GsxLib
$wsdl = 'https://gsx'.$environment.'.apple.com/gsx-ws/services/'.$region.'/asp?wsdl';
$this->client = new SoapClient($wsdl, array('exceptions' => TRUE, 'trace' => 1));
- if (session_id()) {
- $_SESSION['_gsxlib_client'] = serialize($this->client);
- }
-
if (!$this->client) {
exit('Failed to create SOAP client.');
}