/**
  * Set the session token 
  *
  * @param string $val the session token retrieved from the soap response headers
  *
  */
 public function setSessionToken($val)
 {
     betfairCache::store('sessionToken', $val, betfairConstants::SESSIONLIFETIME);
 }