# File lib/cgikit/application.rb, line 593
    def append_to_response( response, context )
      context.session.append_to_response(response, context)
    end