diff options
Diffstat (limited to 'gsxlib.php')
-rw-r--r-- | gsxlib.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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.'); } |