# File lib/merb-core/dispatch/cookies.rb, line 23
    def []=(key, value)
      @_options_lookup[key] ||= {}
      super
    end