# File lib/merb-core/dispatch/session/memory.rb, line 121
    def [](k) 
      @data[k] 
    end