# File lib/rack/session/abstract/id.rb, line 102
        def exists?
          return @exists if instance_variable_defined?(:@exists)
          @exists = @by.send(:session_exists?, @env)
        end