From 30c626889bcaf69afdff190057b794f89970422c Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 29 Apr 2011 13:14:55 +0300 Subject: some cleanup --- gsxlib.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gsxlib.php') 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.'); } -- cgit v1.2.3