class HTTPClient::SessionManager

def keep(sess)

assert: sess.last_used must not be nil
def keep(sess)
  add_cached_session(sess)
end