238239240241242243244245246247248
if (users.GetCurrentUserID(id) != 0) throw new LapiException(session, LOGGER); } catch (RuntimeException e) { throw getLivelinkException(e); } return id.toInteger(); } /** {@inheritDoc} */ @Override public synchronized ClientValue GetCookieInfo()