diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-04-29 13:14:55 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-04-29 13:14:55 +0300 |
commit | 30c626889bcaf69afdff190057b794f89970422c (patch) | |
tree | 79c141d88122b41285bbabd92dde338bb68f5185 /gsxlib.php | |
parent | 1663e0813a3629e01125c0eed65b735e068533df (diff) | |
download | gsxlib-30c626889bcaf69afdff190057b794f89970422c.tar.gz gsxlib-30c626889bcaf69afdff190057b794f89970422c.tar.bz2 gsxlib-30c626889bcaf69afdff190057b794f89970422c.zip |
some cleanup
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.'); } |