# File lib/Borges/RequestHandler/Session.rb, line 104
  def enter_session
    in_thread do
      with_escape_continuation do
        val = with_error_handler do
          redirect
          yield
        end
      end
    end
  end