# File lib/Borges/RequestHandler/Session.rb, line 53
  def self.application(app)
    ses = self.new
    ses.initialize_with app
    return ses
  end