# File lib/rhc/rest/client.rb, line 307
      def new_session(options={})
        if supports_sessions?
          api.rest_method('ADD_AUTHORIZATION', {
            :scope => 'session',
            :note => "RHC/#{RHC::VERSION::STRING} (from #{Socket.gethostname rescue 'unknown'} on #{RUBY_PLATFORM})",
            :reuse => true
          }, options)
        end
      end